Html Css Color HEX #D04F19 Chocolate

📋 copy color: '#D04F19'

red 208 ◦ green 79 ◦ blue 25

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

Shades of Chocolate #D04F19

Tints of Chocolate #D04F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

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

R = 66.67%
G = 25.32%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04F19 (or 0xD04F19) is known color: Chocolate. HEX triplet: D0, 4F and 19. RGB value is (208,79,25). Sum of RGB (Red+Green+Blue) = 208+79+25=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F19 is #2FB0E6. Grayscale: #6F6F6F. Windows color (decimal): -3125479 or 1658832. OLE color: 1658832.

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

Color convert

RGB 208 79 25 -
CMYK 0 0.62 0.88 0.18
HSL 17.7º 0.79% 0.46% -
HSV(B) 17.7º 0.88% 0.82% -
XYZ 28.98 19.07 3.07 -
YUV 111.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 208 79 25 0 0.62 0.88 0.18 17.7 0.79 0.46
Hex D0 4F 19 0 3E 58 12 12 4F 2E
Octal 320 117 31 0 76 130 22 22 117 56
Binary 11010000 1001111 11001 0 111110 1011000 10010 10010 1001111 101110

Color Harmonies of #D04F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F19

Black with #D04F19

Text Example


Text Example

White with #D04F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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