Html Css Color HEX #D06413 Chocolate

📋 copy color: '#D06413'

red 208 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #D06413

Tints of Chocolate #D06413

RGB

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

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

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

R = 63.61%
G = 30.58%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06413 (or 0xD06413) is known color: Chocolate. HEX triplet: D0, 64 and 13. RGB value is (208,100,19). Sum of RGB (Red+Green+Blue) = 208+100+19=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06413 is #2F9BEC. Grayscale: #7B7B7B. Windows color (decimal): -3120109 or 1270992. OLE color: 1270992.

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

Color convert

RGB 208 100 19 -
CMYK 0 0.52 0.91 0.18
HSL 25.71º 0.83% 0.45% -
HSV(B) 25.71º 0.91% 0.82% -
XYZ 30.69 22.57 3.36 -
YUV 123.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 208 100 19 0 0.52 0.91 0.18 25.71 0.83 0.45
Hex D0 64 13 0 34 5B 12 1A 53 2D
Octal 320 144 23 0 64 133 22 32 123 55
Binary 11010000 1100100 10011 0 110100 1011011 10010 11010 1010011 101101

Color Harmonies of #D06413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06413

Black with #D06413

Text Example


Text Example

White with #D06413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06413; }

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

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

background-color css

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

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

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

border-color css

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

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

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