Html Css Color HEX #D96619 Chocolate

📋 copy color: '#D96619'

red 217 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #D96619

Tints of Chocolate #D96619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.27%

R = 63.08%
G = 29.65%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96619 (or 0xD96619) is known color: Chocolate. HEX triplet: D9, 66 and 19. RGB value is (217,102,25). Sum of RGB (Red+Green+Blue) = 217+102+25=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D96619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96619 is #2699E6. Grayscale: #808080. Windows color (decimal): -2529767 or 1664729. OLE color: 1664729.

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

Color convert

RGB 217 102 25 -
CMYK 0 0.53 0.88 0.15
HSL 24.06º 0.79% 0.47% -
HSV(B) 24.06º 0.88% 0.85% -
XYZ 33.54 24.32 3.85 -
YUV 127.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 217 102 25 0 0.53 0.88 0.15 24.06 0.79 0.47
Hex D9 66 19 0 35 58 F 18 4F 2F
Octal 331 146 31 0 65 130 17 30 117 57
Binary 11011001 1100110 11001 0 110101 1011000 1111 11000 1001111 101111

Color Harmonies of #D96619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96619

Black with #D96619

Text Example


Text Example

White with #D96619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96619; }

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

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

background-color css

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

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

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

border-color css

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

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

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