Html Css Color HEX #D96719 Chocolate

📋 copy color: '#D96719'

red 217 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #D96719

Tints of Chocolate #D96719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 62.9%
G = 29.86%
B = 7.25%

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

#D96719 (or 0xD96719) is known color: Chocolate. HEX triplet: D9, 67 and 19. RGB value is (217,103,25). Sum of RGB (Red+Green+Blue) = 217+103+25=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96719 is #2698E6. Grayscale: #808080. Windows color (decimal): -2529511 or 1664985. OLE color: 1664985.

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

Color convert

RGB 217 103 25 -
CMYK 0 0.53 0.88 0.15
HSL 24.38º 0.79% 0.47% -
HSV(B) 24.38º 0.88% 0.85% -
XYZ 33.64 24.52 3.88 -
YUV 128.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 217 103 25 0 0.53 0.88 0.15 24.38 0.79 0.47
Hex D9 67 19 0 35 58 F 18 4F 2F
Octal 331 147 31 0 65 130 17 30 117 57
Binary 11011001 1100111 11001 0 110101 1011000 1111 11000 1001111 101111

Color Harmonies of #D96719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96719

Black with #D96719

Text Example


Text Example

White with #D96719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96719; }

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

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

background-color css

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

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

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

border-color css

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

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

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