Html Css Color HEX #D06D15 Chocolate

📋 copy color: '#D06D15'

red 208 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #D06D15

Tints of Chocolate #D06D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 61.54%
G = 32.25%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06D15 (or 0xD06D15) is known color: Chocolate. HEX triplet: D0, 6D and 15. RGB value is (208,109,21). Sum of RGB (Red+Green+Blue) = 208+109+21=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D15 is #2F92EA. Grayscale: #818181. Windows color (decimal): -3117803 or 1404368. OLE color: 1404368.

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

Color convert

RGB 208 109 21 -
CMYK 0 0.48 0.90 0.18
HSL 28.24º 0.82% 0.45% -
HSV(B) 28.24º 0.9% 0.82% -
XYZ 31.62 24.4 3.75 -
YUV 128.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 208 109 21 0 0.48 0.90 0.18 28.24 0.82 0.45
Hex D0 6D 15 0 30 5A 12 1C 52 2D
Octal 320 155 25 0 60 132 22 34 122 55
Binary 11010000 1101101 10101 0 110000 1011010 10010 11100 1010010 101101

Color Harmonies of #D06D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D15

Black with #D06D15

Text Example


Text Example

White with #D06D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D15; }

 p { color: rgb(208,109,21); }

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

background-color css

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

 a { background-color: rgb(208,109,21); }

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

border-color css

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

 span { border-color: rgb(208,109,21); }

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