Html Css Color HEX #D45D15 Chocolate

📋 copy color: '#D45D15'

red 212 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #D45D15

Tints of Chocolate #D45D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 65.03%
G = 28.53%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D45D15 (or 0xD45D15) is known color: Chocolate. HEX triplet: D4, 5D and 15. RGB value is (212,93,21). Sum of RGB (Red+Green+Blue) = 212+93+21=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45D15 is #2BA2EA. Grayscale: #787878. Windows color (decimal): -2859755 or 1400276. OLE color: 1400276.

HSL color Cylindrical-coordinate representation of color #D45D15: hue angle of 22.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D45D15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 93 21 -
CMYK 0 0.56 0.90 0.17
HSL 22.62º 0.82% 0.46% -
HSV(B) 22.62º 0.9% 0.83% -
XYZ 31.2 21.88 3.29 -
YUV 120.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 212 93 21 0 0.56 0.90 0.17 22.62 0.82 0.46
Hex D4 5D 15 0 38 5A 11 17 52 2E
Octal 324 135 25 0 70 132 21 27 122 56
Binary 11010100 1011101 10101 0 111000 1011010 10001 10111 1010010 101110

Color Harmonies of #D45D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D15

Black with #D45D15

Text Example


Text Example

White with #D45D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D15; }

 p { color: rgb(212,93,21); }

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

background-color css

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

 a { background-color: rgb(212,93,21); }

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

border-color css

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

 span { border-color: rgb(212,93,21); }

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