Html Css Color HEX #D86D19 Chocolate

📋 copy color: '#D86D19'

red 216 ◦ green 109 ◦ blue 25

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

Shades of Chocolate #D86D19

Tints of Chocolate #D86D19

RGB

 RED value IS 216 (84.77% from 255) = 61.71%

 GREEN value IS 109 (42.97% from 255) = 31.14%

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

R = 61.71%
G = 31.14%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D86D19 (or 0xD86D19) is known color: Chocolate. HEX triplet: D8, 6D and 19. RGB value is (216,109,25). Sum of RGB (Red+Green+Blue) = 216+109+25=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D19 is #2792E6. Grayscale: #838383. Windows color (decimal): -2593511 or 1666520. OLE color: 1666520.

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

Color convert

RGB 216 109 25 -
CMYK 0 0.50 0.88 0.15
HSL 26.39º 0.79% 0.47% -
HSV(B) 26.39º 0.88% 0.85% -
XYZ 33.96 25.61 4.07 -
YUV 131.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 216 109 25 0 0.50 0.88 0.15 26.39 0.79 0.47
Hex D8 6D 19 0 32 58 F 1A 4F 2F
Octal 330 155 31 0 62 130 17 32 117 57
Binary 11011000 1101101 11001 0 110010 1011000 1111 11010 1001111 101111

Color Harmonies of #D86D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D19

Black with #D86D19

Text Example


Text Example

White with #D86D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D19; }

 p { color: rgb(216,109,25); }

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

background-color css

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

 a { background-color: rgb(216,109,25); }

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

border-color css

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

 span { border-color: rgb(216,109,25); }

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