Html Css Color HEX #D07118 Chocolate

📋 copy color: '#D07118'

red 208 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #D07118

Tints of Chocolate #D07118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 60.29%
G = 32.75%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07118 (or 0xD07118) is known color: Chocolate. HEX triplet: D0, 71 and 18. RGB value is (208,113,24). Sum of RGB (Red+Green+Blue) = 208+113+24=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07118 is #2F8EE7. Grayscale: #838383. Windows color (decimal): -3116776 or 1602000. OLE color: 1602000.

HSL color Cylindrical-coordinate representation of color #D07118: hue angle of 29.02º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D07118 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 24 -
CMYK 0 0.46 0.88 0.18
HSL 29.02º 0.79% 0.45% -
HSV(B) 29.02º 0.88% 0.82% -
XYZ 32.08 25.29 4.05 -
YUV 131.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 208 113 24 0 0.46 0.88 0.18 29.02 0.79 0.45
Hex D0 71 18 0 2E 58 12 1D 4F 2D
Octal 320 161 30 0 56 130 22 35 117 55
Binary 11010000 1110001 11000 0 101110 1011000 10010 11101 1001111 101101

Color Harmonies of #D07118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07118

Black with #D07118

Text Example


Text Example

White with #D07118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07118; }

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

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

background-color css

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

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

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

border-color css

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

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

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