Html Css Color HEX #D06013 Chocolate

📋 copy color: '#D06013'

red 208 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #D06013

Tints of Chocolate #D06013

RGB

 RED value IS 208 (81.64% from 255) = 64.4%

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 64.4%
G = 29.72%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06013 (or 0xD06013) is known color: Chocolate. HEX triplet: D0, 60 and 13. RGB value is (208,96,19). Sum of RGB (Red+Green+Blue) = 208+96+19=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D06013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06013 is #2F9FEC. Grayscale: #797979. Windows color (decimal): -3121133 or 1269968. OLE color: 1269968.

HSL color Cylindrical-coordinate representation of color #D06013: hue angle of 24.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06013 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 19 -
CMYK 0 0.54 0.91 0.18
HSL 24.44º 0.83% 0.45% -
HSV(B) 24.44º 0.91% 0.82% -
XYZ 30.31 21.82 3.23 -
YUV 120.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 208 96 19 0 0.54 0.91 0.18 24.44 0.83 0.45
Hex D0 60 13 0 36 5B 12 18 53 2D
Octal 320 140 23 0 66 133 22 30 123 55
Binary 11010000 1100000 10011 0 110110 1011011 10010 11000 1010011 101101

Color Harmonies of #D06013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06013

Black with #D06013

Text Example


Text Example

White with #D06013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06013; }

 p { color: rgb(208,96,19); }

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

background-color css

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

 a { background-color: rgb(208,96,19); }

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

border-color css

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

 span { border-color: rgb(208,96,19); }

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