Html Css Color HEX #D96618 Chocolate

📋 copy color: '#D96618'

red 217 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #D96618

Tints of Chocolate #D96618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 63.27%
G = 29.74%
B = 7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96618 (or 0xD96618) is known color: Chocolate. HEX triplet: D9, 66 and 18. RGB value is (217,102,24). Sum of RGB (Red+Green+Blue) = 217+102+24=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D96618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96618 is #2699E7. Grayscale: #7F7F7F. Windows color (decimal): -2529768 or 1599193. OLE color: 1599193.

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

Color convert

RGB 217 102 24 -
CMYK 0 0.53 0.89 0.15
HSL 24.25º 0.8% 0.47% -
HSV(B) 24.25º 0.89% 0.85% -
XYZ 33.53 24.32 3.79 -
YUV 127.49 69.6 191.84 -
System Red Green Blue C M Y K H S L
Decimal 217 102 24 0 0.53 0.89 0.15 24.25 0.8 0.47
Hex D9 66 18 0 35 59 F 18 50 2F
Octal 331 146 30 0 65 131 17 30 120 57
Binary 11011001 1100110 11000 0 110101 1011001 1111 11000 1010000 101111

Color Harmonies of #D96618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96618

Black with #D96618

Text Example


Text Example

White with #D96618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96618; }

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

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

background-color css

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

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

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

border-color css

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

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

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