Html Css Color HEX #D45819 Chocolate

📋 copy color: '#D45819'

red 212 ◦ green 88 ◦ blue 25

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

Shades of Chocolate #D45819

Tints of Chocolate #D45819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 65.23%
G = 27.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D45819 (or 0xD45819) is known color: Chocolate. HEX triplet: D4, 58 and 19. RGB value is (212,88,25). Sum of RGB (Red+Green+Blue) = 212+88+25=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D45819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45819 is #2BA7E6. Grayscale: #767676. Windows color (decimal): -2861031 or 1661140. OLE color: 1661140.

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

Color convert

RGB 212 88 25 -
CMYK 0 0.58 0.88 0.17
HSL 20.21º 0.79% 0.46% -
HSV(B) 20.21º 0.88% 0.83% -
XYZ 30.82 21.05 3.36 -
YUV 117.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 212 88 25 0 0.58 0.88 0.17 20.21 0.79 0.46
Hex D4 58 19 0 3A 58 11 14 4F 2E
Octal 324 130 31 0 72 130 21 24 117 56
Binary 11010100 1011000 11001 0 111010 1011000 10001 10100 1001111 101110

Color Harmonies of #D45819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45819

Black with #D45819

Text Example


Text Example

White with #D45819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45819; }

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

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

background-color css

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

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

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

border-color css

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

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

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