Html Css Color HEX #D45219 Chocolate

📋 copy color: '#D45219'

red 212 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #D45219

Tints of Chocolate #D45219

RGB

 RED value IS 212 (83.2% from 255) = 66.46%

 GREEN value IS 82 (32.42% from 255) = 25.71%

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

R = 66.46%
G = 25.71%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D45219 (or 0xD45219) is known color: Chocolate. HEX triplet: D4, 52 and 19. RGB value is (212,82,25). Sum of RGB (Red+Green+Blue) = 212+82+25=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D45219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45219 is #2BADE6. Grayscale: #727272. Windows color (decimal): -2862567 or 1659604. OLE color: 1659604.

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

Color convert

RGB 212 82 25 -
CMYK 0 0.61 0.88 0.17
HSL 18.29º 0.79% 0.46% -
HSV(B) 18.29º 0.88% 0.83% -
XYZ 30.34 20.1 3.2 -
YUV 114.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 212 82 25 0 0.61 0.88 0.17 18.29 0.79 0.46
Hex D4 52 19 0 3D 58 11 12 4F 2E
Octal 324 122 31 0 75 130 21 22 117 56
Binary 11010100 1010010 11001 0 111101 1011000 10001 10010 1001111 101110

Color Harmonies of #D45219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45219

Black with #D45219

Text Example


Text Example

White with #D45219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45219; }

 p { color: rgb(212,82,25); }

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

background-color css

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

 a { background-color: rgb(212,82,25); }

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

border-color css

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

 span { border-color: rgb(212,82,25); }

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