Html Css Color HEX #D45217 Chocolate

📋 copy color: '#D45217'

red 212 ◦ green 82 ◦ blue 23

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

Shades of Chocolate #D45217

Tints of Chocolate #D45217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 66.88%
G = 25.87%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D45217 (or 0xD45217) is known color: Chocolate. HEX triplet: D4, 52 and 17. RGB value is (212,82,23). Sum of RGB (Red+Green+Blue) = 212+82+23=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D45217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45217 is #2BADE8. Grayscale: #727272. Windows color (decimal): -2862569 or 1528532. OLE color: 1528532.

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

Color convert

RGB 212 82 23 -
CMYK 0 0.61 0.89 0.17
HSL 18.73º 0.8% 0.46% -
HSV(B) 18.73º 0.89% 0.83% -
XYZ 30.32 20.09 3.09 -
YUV 114.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 212 82 23 0 0.61 0.89 0.17 18.73 0.8 0.46
Hex D4 52 17 0 3D 59 11 13 50 2E
Octal 324 122 27 0 75 131 21 23 120 56
Binary 11010100 1010010 10111 0 111101 1011001 10001 10011 1010000 101110

Color Harmonies of #D45217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45217

Black with #D45217

Text Example


Text Example

White with #D45217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45217; }

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

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

background-color css

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

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

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

border-color css

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

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

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