Html Css Color HEX #D14F19 Chocolate

📋 copy color: '#D14F19'

red 209 ◦ green 79 ◦ blue 25

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

Shades of Chocolate #D14F19

Tints of Chocolate #D14F19

RGB

 RED value IS 209 (82.03% from 255) = 66.77%

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

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

R = 66.77%
G = 25.24%
B = 7.99%

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

#D14F19 (or 0xD14F19) is known color: Chocolate. HEX triplet: D1, 4F and 19. RGB value is (209,79,25). Sum of RGB (Red+Green+Blue) = 209+79+25=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F19 is #2EB0E6. Grayscale: #707070. Windows color (decimal): -3059943 or 1658833. OLE color: 1658833.

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

Color convert

RGB 209 79 25 -
CMYK 0 0.62 0.88 0.18
HSL 17.61º 0.79% 0.46% -
HSV(B) 17.61º 0.88% 0.82% -
XYZ 29.27 19.22 3.09 -
YUV 111.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 209 79 25 0 0.62 0.88 0.18 17.61 0.79 0.46
Hex D1 4F 19 0 3E 58 12 12 4F 2E
Octal 321 117 31 0 76 130 22 22 117 56
Binary 11010001 1001111 11001 0 111110 1011000 10010 10010 1001111 101110

Color Harmonies of #D14F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F19

Black with #D14F19

Text Example


Text Example

White with #D14F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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