Html Css Color HEX #D07013 Chocolate

📋 copy color: '#D07013'

red 208 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #D07013

Tints of Chocolate #D07013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 61.36%
G = 33.04%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07013 (or 0xD07013) is known color: Chocolate. HEX triplet: D0, 70 and 13. RGB value is (208,112,19). Sum of RGB (Red+Green+Blue) = 208+112+19=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D07013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07013 is #2F8FEC. Grayscale: #828282. Windows color (decimal): -3117037 or 1274064. OLE color: 1274064.

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

Color convert

RGB 208 112 19 -
CMYK 0 0.46 0.91 0.18
HSL 29.52º 0.83% 0.45% -
HSV(B) 29.52º 0.91% 0.82% -
XYZ 31.92 25.05 3.77 -
YUV 130.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 208 112 19 0 0.46 0.91 0.18 29.52 0.83 0.45
Hex D0 70 13 0 2E 5B 12 1E 53 2D
Octal 320 160 23 0 56 133 22 36 123 55
Binary 11010000 1110000 10011 0 101110 1011011 10010 11110 1010011 101101

Color Harmonies of #D07013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07013

Black with #D07013

Text Example


Text Example

White with #D07013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07013; }

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

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

background-color css

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

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

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

border-color css

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

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

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