Html Css Color HEX #D97415 Chocolate

📋 copy color: '#D97415'

red 217 ◦ green 116 ◦ blue 21

#D97415
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D97415

Tints of Chocolate #D97415

RGB

 RED value IS 217 (85.16% from 255) = 61.3%

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 61.3%
G = 32.77%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D97415 (or 0xD97415) is known color: Chocolate. HEX triplet: D9, 74 and 15. RGB value is (217,116,21). Sum of RGB (Red+Green+Blue) = 217+116+21=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D97415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97415 is #268BEA. Grayscale: #878787. Windows color (decimal): -2526187 or 1406169. OLE color: 1406169.

HSL color Cylindrical-coordinate representation of color #D97415: hue angle of 29.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D97415 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 116 21 -
CMYK 0 0.47 0.90 0.15
HSL 29.08º 0.82% 0.47% -
HSV(B) 29.08º 0.9% 0.85% -
XYZ 35 27.3 4.13 -
YUV 135.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 217 116 21 0 0.47 0.90 0.15 29.08 0.82 0.47
Hex D9 74 15 0 2F 5A F 1D 52 2F
Octal 331 164 25 0 57 132 17 35 122 57
Binary 11011001 1110100 10101 0 101111 1011010 1111 11101 1010010 101111

Color Harmonies of #D97415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97415

Black with #D97415

Text Example


Text Example

White with #D97415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97415; }

 p { color: rgb(217,116,21); }

 H1.HeaderClassName
 {
   color: #D97415;
 }
 .AnyTagClassName
 {
   color: #D97415;
 }
</style>

background-color css

<style>
 a { background-color: #D97415; }

 a { background-color: rgb(217,116,21); }

 div.DivClassName
 {
   background-color: #D97415;
 }
 .BgClassName
 {
   background-color: #D97415;
 }
</style>

border-color css

<style>
 span { border-color: #D97415; }

 span { border-color: rgb(217,116,21); }

 td.TdClassName
 {
   border-color: #D97415;
 }
 .TagClassName
 {
   border-color: #D97415;
 }
</style>