Html Css Color HEX #D07019 Chocolate

📋 copy color: '#D07019'

red 208 ◦ green 112 ◦ blue 25

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

Shades of Chocolate #D07019

Tints of Chocolate #D07019

RGB

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

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

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

R = 60.29%
G = 32.46%
B = 7.25%

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

#D07019 (or 0xD07019) is known color: Chocolate. HEX triplet: D0, 70 and 19. RGB value is (208,112,25). Sum of RGB (Red+Green+Blue) = 208+112+25=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07019 is #2F8FE6. Grayscale: #838383. Windows color (decimal): -3117031 or 1667280. OLE color: 1667280.

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

Color convert

RGB 208 112 25 -
CMYK 0 0.46 0.88 0.18
HSL 28.52º 0.79% 0.46% -
HSV(B) 28.52º 0.88% 0.82% -
XYZ 31.98 25.07 4.07 -
YUV 130.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 208 112 25 0 0.46 0.88 0.18 28.52 0.79 0.46
Hex D0 70 19 0 2E 58 12 1D 4F 2E
Octal 320 160 31 0 56 130 22 35 117 56
Binary 11010000 1110000 11001 0 101110 1011000 10010 11101 1001111 101110

Color Harmonies of #D07019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07019

Black with #D07019

Text Example


Text Example

White with #D07019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07019; }

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

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

background-color css

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

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

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

border-color css

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

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

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