Html Css Color HEX #D85A12 Chocolate

📋 copy color: '#D85A12'

red 216 ◦ green 90 ◦ blue 18

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

Shades of Chocolate #D85A12

Tints of Chocolate #D85A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 66.67%
G = 27.78%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85A12 (or 0xD85A12) is known color: Chocolate. HEX triplet: D8, 5A and 12. RGB value is (216,90,18). Sum of RGB (Red+Green+Blue) = 216+90+18=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A12 is #27A5ED. Grayscale: #777777. Windows color (decimal): -2598382 or 1202904. OLE color: 1202904.

HSL color Cylindrical-coordinate representation of color #D85A12: hue angle of 21.82º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D85A12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 18 -
CMYK 0 0.58 0.92 0.15
HSL 21.82º 0.85% 0.46% -
HSV(B) 21.82º 0.92% 0.85% -
XYZ 32.08 21.95 3.12 -
YUV 119.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 216 90 18 0 0.58 0.92 0.15 21.82 0.85 0.46
Hex D8 5A 12 0 3A 5C F 16 55 2E
Octal 330 132 22 0 72 134 17 26 125 56
Binary 11011000 1011010 10010 0 111010 1011100 1111 10110 1010101 101110

Color Harmonies of #D85A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A12

Black with #D85A12

Text Example


Text Example

White with #D85A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A12; }

 p { color: rgb(216,90,18); }

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

background-color css

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

 a { background-color: rgb(216,90,18); }

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

border-color css

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

 span { border-color: rgb(216,90,18); }

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