Html Css Color HEX #D45019 Chocolate

📋 copy color: '#D45019'

red 212 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #D45019

Tints of Chocolate #D45019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

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

R = 66.88%
G = 25.24%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D45019 (or 0xD45019) is known color: Chocolate. HEX triplet: D4, 50 and 19. RGB value is (212,80,25). Sum of RGB (Red+Green+Blue) = 212+80+25=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D45019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45019 is #2BAFE6. Grayscale: #717171. Windows color (decimal): -2863079 or 1659092. OLE color: 1659092.

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

Color convert

RGB 212 80 25 -
CMYK 0 0.62 0.88 0.17
HSL 17.65º 0.79% 0.46% -
HSV(B) 17.65º 0.88% 0.83% -
XYZ 30.2 19.8 3.15 -
YUV 113.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 212 80 25 0 0.62 0.88 0.17 17.65 0.79 0.46
Hex D4 50 19 0 3E 58 11 12 4F 2E
Octal 324 120 31 0 76 130 21 22 117 56
Binary 11010100 1010000 11001 0 111110 1011000 10001 10010 1001111 101110

Color Harmonies of #D45019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45019

Black with #D45019

Text Example


Text Example

White with #D45019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45019; }

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

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

background-color css

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

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

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

border-color css

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

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

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