Html Css Color HEX #D96614 Chocolate

📋 copy color: '#D96614'

red 217 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #D96614

Tints of Chocolate #D96614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 64.01%
G = 30.09%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96614 (or 0xD96614) is known color: Chocolate. HEX triplet: D9, 66 and 14. RGB value is (217,102,20). Sum of RGB (Red+Green+Blue) = 217+102+20=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96614 is #2699EB. Grayscale: #7F7F7F. Windows color (decimal): -2529772 or 1337049. OLE color: 1337049.

HSL color Cylindrical-coordinate representation of color #D96614: hue angle of 24.97º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D96614 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 20 -
CMYK 0 0.53 0.91 0.15
HSL 24.97º 0.83% 0.46% -
HSV(B) 24.97º 0.91% 0.85% -
XYZ 33.49 24.3 3.59 -
YUV 127.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 217 102 20 0 0.53 0.91 0.15 24.97 0.83 0.46
Hex D9 66 14 0 35 5B F 19 53 2E
Octal 331 146 24 0 65 133 17 31 123 56
Binary 11011001 1100110 10100 0 110101 1011011 1111 11001 1010011 101110

Color Harmonies of #D96614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96614

Black with #D96614

Text Example


Text Example

White with #D96614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96614; }

 p { color: rgb(217,102,20); }

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

background-color css

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

 a { background-color: rgb(217,102,20); }

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

border-color css

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

 span { border-color: rgb(217,102,20); }

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