Html Css Color HEX #D07119 Chocolate

📋 copy color: '#D07119'

red 208 ◦ green 113 ◦ blue 25

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

Shades of Chocolate #D07119

Tints of Chocolate #D07119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 60.12%
G = 32.66%
B = 7.23%

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

#D07119 (or 0xD07119) is known color: Chocolate. HEX triplet: D0, 71 and 19. RGB value is (208,113,25). Sum of RGB (Red+Green+Blue) = 208+113+25=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D07119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07119 is #2F8EE6. Grayscale: #838383. Windows color (decimal): -3116775 or 1667536. OLE color: 1667536.

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

Color convert

RGB 208 113 25 -
CMYK 0 0.46 0.88 0.18
HSL 28.85º 0.79% 0.46% -
HSV(B) 28.85º 0.88% 0.82% -
XYZ 32.09 25.29 4.11 -
YUV 131.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 208 113 25 0 0.46 0.88 0.18 28.85 0.79 0.46
Hex D0 71 19 0 2E 58 12 1D 4F 2E
Octal 320 161 31 0 56 130 22 35 117 56
Binary 11010000 1110001 11001 0 101110 1011000 10010 11101 1001111 101110

Color Harmonies of #D07119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07119

Black with #D07119

Text Example


Text Example

White with #D07119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07119; }

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

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

background-color css

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

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

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

border-color css

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

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

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