Html Css Color HEX #D06615 Chocolate

📋 copy color: '#D06615'

red 208 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #D06615

Tints of Chocolate #D06615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 62.84%
G = 30.82%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06615 (or 0xD06615) is known color: Chocolate. HEX triplet: D0, 66 and 15. RGB value is (208,102,21). Sum of RGB (Red+Green+Blue) = 208+102+21=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06615 is #2F99EA. Grayscale: #7C7C7C. Windows color (decimal): -3119595 or 1402576. OLE color: 1402576.

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

Color convert

RGB 208 102 21 -
CMYK 0 0.51 0.90 0.18
HSL 25.99º 0.82% 0.45% -
HSV(B) 25.99º 0.9% 0.82% -
XYZ 30.9 22.97 3.51 -
YUV 124.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 208 102 21 0 0.51 0.90 0.18 25.99 0.82 0.45
Hex D0 66 15 0 33 5A 12 1A 52 2D
Octal 320 146 25 0 63 132 22 32 122 55
Binary 11010000 1100110 10101 0 110011 1011010 10010 11010 1010010 101101

Color Harmonies of #D06615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06615

Black with #D06615

Text Example


Text Example

White with #D06615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06615; }

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

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

background-color css

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

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

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

border-color css

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

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

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