Html Css Color HEX #D07014 Chocolate

📋 copy color: '#D07014'

red 208 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #D07014

Tints of Chocolate #D07014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 61.18%
G = 32.94%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07014 (or 0xD07014) is known color: Chocolate. HEX triplet: D0, 70 and 14. RGB value is (208,112,20). Sum of RGB (Red+Green+Blue) = 208+112+20=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D07014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07014 is #2F8FEB. Grayscale: #828282. Windows color (decimal): -3117036 or 1339600. OLE color: 1339600.

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

Color convert

RGB 208 112 20 -
CMYK 0 0.46 0.90 0.18
HSL 29.36º 0.82% 0.45% -
HSV(B) 29.36º 0.9% 0.82% -
XYZ 31.93 25.05 3.81 -
YUV 130.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 208 112 20 0 0.46 0.90 0.18 29.36 0.82 0.45
Hex D0 70 14 0 2E 5A 12 1D 52 2D
Octal 320 160 24 0 56 132 22 35 122 55
Binary 11010000 1110000 10100 0 101110 1011010 10010 11101 1010010 101101

Color Harmonies of #D07014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07014

Black with #D07014

Text Example


Text Example

White with #D07014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07014; }

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

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

background-color css

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

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

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

border-color css

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

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

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