Html Css Color HEX #D06C13 Chocolate

📋 copy color: '#D06C13'

red 208 ◦ green 108 ◦ blue 19

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

Shades of Chocolate #D06C13

Tints of Chocolate #D06C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 62.09%
G = 32.24%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06C13 (or 0xD06C13) is known color: Chocolate. HEX triplet: D0, 6C and 13. RGB value is (208,108,19). Sum of RGB (Red+Green+Blue) = 208+108+19=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C13 is #2F93EC. Grayscale: #808080. Windows color (decimal): -3118061 or 1273040. OLE color: 1273040.

HSL color Cylindrical-coordinate representation of color #D06C13: hue angle of 28.25º 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 #D06C13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 19 -
CMYK 0 0.48 0.91 0.18
HSL 28.25º 0.83% 0.45% -
HSV(B) 28.25º 0.91% 0.82% -
XYZ 31.49 24.18 3.62 -
YUV 127.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 208 108 19 0 0.48 0.91 0.18 28.25 0.83 0.45
Hex D0 6C 13 0 30 5B 12 1C 53 2D
Octal 320 154 23 0 60 133 22 34 123 55
Binary 11010000 1101100 10011 0 110000 1011011 10010 11100 1010011 101101

Color Harmonies of #D06C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C13

Black with #D06C13

Text Example


Text Example

White with #D06C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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