Html Css Color HEX #D06713 Chocolate

📋 copy color: '#D06713'

red 208 ◦ green 103 ◦ blue 19

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

Shades of Chocolate #D06713

Tints of Chocolate #D06713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 63.03%
G = 31.21%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06713 (or 0xD06713) is known color: Chocolate. HEX triplet: D0, 67 and 13. RGB value is (208,103,19). Sum of RGB (Red+Green+Blue) = 208+103+19=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D06713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06713 is #2F98EC. Grayscale: #7D7D7D. Windows color (decimal): -3119341 or 1271760. OLE color: 1271760.

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

Color convert

RGB 208 103 19 -
CMYK 0 0.50 0.91 0.18
HSL 26.67º 0.83% 0.45% -
HSV(B) 26.67º 0.91% 0.82% -
XYZ 30.98 23.16 3.45 -
YUV 124.82 68.29 187.33 -
System Red Green Blue C M Y K H S L
Decimal 208 103 19 0 0.50 0.91 0.18 26.67 0.83 0.45
Hex D0 67 13 0 32 5B 12 1B 53 2D
Octal 320 147 23 0 62 133 22 33 123 55
Binary 11010000 1100111 10011 0 110010 1011011 10010 11011 1010011 101101

Color Harmonies of #D06713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06713

Black with #D06713

Text Example


Text Example

White with #D06713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06713; }

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

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

background-color css

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

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

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

border-color css

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

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

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