Html Css Color HEX #D45719 Chocolate

📋 copy color: '#D45719'

red 212 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #D45719

Tints of Chocolate #D45719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 65.43%
G = 26.85%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D45719 (or 0xD45719) is known color: Chocolate. HEX triplet: D4, 57 and 19. RGB value is (212,87,25). Sum of RGB (Red+Green+Blue) = 212+87+25=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D45719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45719 is #2BA8E6. Grayscale: #757575. Windows color (decimal): -2861287 or 1660884. OLE color: 1660884.

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

Color convert

RGB 212 87 25 -
CMYK 0 0.59 0.88 0.17
HSL 19.89º 0.79% 0.46% -
HSV(B) 19.89º 0.88% 0.83% -
XYZ 30.74 20.88 3.33 -
YUV 117.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 212 87 25 0 0.59 0.88 0.17 19.89 0.79 0.46
Hex D4 57 19 0 3B 58 11 14 4F 2E
Octal 324 127 31 0 73 130 21 24 117 56
Binary 11010100 1010111 11001 0 111011 1011000 10001 10100 1001111 101110

Color Harmonies of #D45719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45719

Black with #D45719

Text Example


Text Example

White with #D45719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45719; }

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

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

background-color css

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

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

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

border-color css

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

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

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