Html Css Color HEX #D45518 Chocolate

📋 copy color: '#D45518'

red 212 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #D45518

Tints of Chocolate #D45518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 24 (9.77% from 255) = 7.48%

R = 66.04%
G = 26.48%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D45518 (or 0xD45518) is known color: Chocolate. HEX triplet: D4, 55 and 18. RGB value is (212,85,24). Sum of RGB (Red+Green+Blue) = 212+85+24=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D45518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45518 is #2BAAE7. Grayscale: #747474. Windows color (decimal): -2861800 or 1594836. OLE color: 1594836.

HSL color Cylindrical-coordinate representation of color #D45518: hue angle of 19.47º 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 #D45518 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 85 24 -
CMYK 0 0.60 0.89 0.17
HSL 19.47º 0.8% 0.46% -
HSV(B) 19.47º 0.89% 0.83% -
XYZ 30.56 20.56 3.22 -
YUV 116.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 212 85 24 0 0.60 0.89 0.17 19.47 0.8 0.46
Hex D4 55 18 0 3C 59 11 13 50 2E
Octal 324 125 30 0 74 131 21 23 120 56
Binary 11010100 1010101 11000 0 111100 1011001 10001 10011 1010000 101110

Color Harmonies of #D45518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45518

Black with #D45518

Text Example


Text Example

White with #D45518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45518; }

 p { color: rgb(212,85,24); }

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

background-color css

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

 a { background-color: rgb(212,85,24); }

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

border-color css

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

 span { border-color: rgb(212,85,24); }

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