Html Css Color HEX #D06015 Chocolate

📋 copy color: '#D06015'

red 208 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #D06015

Tints of Chocolate #D06015

RGB

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

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

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

R = 64%
G = 29.54%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06015 (or 0xD06015) is known color: Chocolate. HEX triplet: D0, 60 and 15. RGB value is (208,96,21). Sum of RGB (Red+Green+Blue) = 208+96+21=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D06015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06015 is #2F9FEA. Grayscale: #797979. Windows color (decimal): -3121131 or 1401040. OLE color: 1401040.

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

Color convert

RGB 208 96 21 -
CMYK 0 0.54 0.90 0.18
HSL 24.06º 0.82% 0.45% -
HSV(B) 24.06º 0.9% 0.82% -
XYZ 30.33 21.83 3.32 -
YUV 120.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 208 96 21 0 0.54 0.90 0.18 24.06 0.82 0.45
Hex D0 60 15 0 36 5A 12 18 52 2D
Octal 320 140 25 0 66 132 22 30 122 55
Binary 11010000 1100000 10101 0 110110 1011010 10010 11000 1010010 101101

Color Harmonies of #D06015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06015

Black with #D06015

Text Example


Text Example

White with #D06015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06015; }

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

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

background-color css

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

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

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

border-color css

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

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

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