Html Css Color HEX #D06513 Chocolate

📋 copy color: '#D06513'

red 208 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D06513

Tints of Chocolate #D06513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 63.41%
G = 30.79%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06513 (or 0xD06513) is known color: Chocolate. HEX triplet: D0, 65 and 13. RGB value is (208,101,19). Sum of RGB (Red+Green+Blue) = 208+101+19=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D06513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06513 is #2F9AEC. Grayscale: #7C7C7C. Windows color (decimal): -3119853 or 1271248. OLE color: 1271248.

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

Color convert

RGB 208 101 19 -
CMYK 0 0.51 0.91 0.18
HSL 26.03º 0.83% 0.45% -
HSV(B) 26.03º 0.91% 0.82% -
XYZ 30.78 22.76 3.39 -
YUV 123.65 68.95 188.17 -
System Red Green Blue C M Y K H S L
Decimal 208 101 19 0 0.51 0.91 0.18 26.03 0.83 0.45
Hex D0 65 13 0 33 5B 12 1A 53 2D
Octal 320 145 23 0 63 133 22 32 123 55
Binary 11010000 1100101 10011 0 110011 1011011 10010 11010 1010011 101101

Color Harmonies of #D06513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06513

Black with #D06513

Text Example


Text Example

White with #D06513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06513; }

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

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

background-color css

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

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

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

border-color css

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

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

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