Html Css Color HEX #D06415 Chocolate

📋 copy color: '#D06415'

red 208 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #D06415

Tints of Chocolate #D06415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 63.22%
G = 30.4%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06415 (or 0xD06415) is known color: Chocolate. HEX triplet: D0, 64 and 15. RGB value is (208,100,21). Sum of RGB (Red+Green+Blue) = 208+100+21=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D06415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06415 is #2F9BEA. Grayscale: #7B7B7B. Windows color (decimal): -3120107 or 1402064. OLE color: 1402064.

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

Color convert

RGB 208 100 21 -
CMYK 0 0.52 0.90 0.18
HSL 25.35º 0.82% 0.45% -
HSV(B) 25.35º 0.9% 0.82% -
XYZ 30.7 22.58 3.45 -
YUV 123.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 208 100 21 0 0.52 0.90 0.18 25.35 0.82 0.45
Hex D0 64 15 0 34 5A 12 19 52 2D
Octal 320 144 25 0 64 132 22 31 122 55
Binary 11010000 1100100 10101 0 110100 1011010 10010 11001 1010010 101101

Color Harmonies of #D06415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06415

Black with #D06415

Text Example


Text Example

White with #D06415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06415; }

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

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

background-color css

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

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

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

border-color css

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

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

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