Html Css Color HEX #D07114 Chocolate

📋 copy color: '#D07114'

red 208 ◦ green 113 ◦ blue 20

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

Shades of Chocolate #D07114

Tints of Chocolate #D07114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 61%
G = 33.14%
B = 5.87%

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

#D07114 (or 0xD07114) is known color: Chocolate. HEX triplet: D0, 71 and 14. RGB value is (208,113,20). Sum of RGB (Red+Green+Blue) = 208+113+20=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D07114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07114 is #2F8EEB. Grayscale: #838383. Windows color (decimal): -3116780 or 1339856. OLE color: 1339856.

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

Color convert

RGB 208 113 20 -
CMYK 0 0.46 0.90 0.18
HSL 29.68º 0.82% 0.45% -
HSV(B) 29.68º 0.9% 0.82% -
XYZ 32.04 25.27 3.85 -
YUV 130.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 208 113 20 0 0.46 0.90 0.18 29.68 0.82 0.45
Hex D0 71 14 0 2E 5A 12 1E 52 2D
Octal 320 161 24 0 56 132 22 36 122 55
Binary 11010000 1110001 10100 0 101110 1011010 10010 11110 1010010 101101

Color Harmonies of #D07114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07114

Black with #D07114

Text Example


Text Example

White with #D07114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07114; }

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

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

background-color css

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

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

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

border-color css

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

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

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