Html Css Color HEX #D96814 Chocolate

📋 copy color: '#D96814'

red 217 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #D96814

Tints of Chocolate #D96814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 63.64%
G = 30.5%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96814 (or 0xD96814) is known color: Chocolate. HEX triplet: D9, 68 and 14. RGB value is (217,104,20). Sum of RGB (Red+Green+Blue) = 217+104+20=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D96814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96814 is #2697EB. Grayscale: #808080. Windows color (decimal): -2529260 or 1337561. OLE color: 1337561.

HSL color Cylindrical-coordinate representation of color #D96814: hue angle of 25.58º 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 #D96814 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 20 -
CMYK 0 0.52 0.91 0.15
HSL 25.58º 0.83% 0.46% -
HSV(B) 25.58º 0.91% 0.85% -
XYZ 33.69 24.7 3.65 -
YUV 128.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 217 104 20 0 0.52 0.91 0.15 25.58 0.83 0.46
Hex D9 68 14 0 34 5B F 1A 53 2E
Octal 331 150 24 0 64 133 17 32 123 56
Binary 11011001 1101000 10100 0 110100 1011011 1111 11010 1010011 101110

Color Harmonies of #D96814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96814

Black with #D96814

Text Example


Text Example

White with #D96814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96814; }

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

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

background-color css

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

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

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

border-color css

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

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

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