Html Css Color HEX #D45C21 Chocolate

📋 copy color: '#D45C21'

red 212 ◦ green 92 ◦ blue 33

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

Shades of Chocolate #D45C21

Tints of Chocolate #D45C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 62.91%
G = 27.3%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D45C21 (or 0xD45C21) is known color: Chocolate. HEX triplet: D4, 5C and 21. RGB value is (212,92,33). Sum of RGB (Red+Green+Blue) = 212+92+33=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45C21 is #2BA3DE. Grayscale: #797979. Windows color (decimal): -2859999 or 2186452. OLE color: 2186452.

HSL color Cylindrical-coordinate representation of color #D45C21: hue angle of 19.78º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D45C21 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 92 33 -
CMYK 0 0.57 0.84 0.17
HSL 19.78º 0.73% 0.48% -
HSV(B) 19.78º 0.84% 0.83% -
XYZ 31.25 21.76 3.99 -
YUV 121.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 212 92 33 0 0.57 0.84 0.17 19.78 0.73 0.48
Hex D4 5C 21 0 39 54 11 14 49 30
Octal 324 134 41 0 71 124 21 24 111 60
Binary 11010100 1011100 100001 0 111001 1010100 10001 10100 1001001 110000

Color Harmonies of #D45C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45C21

Black with #D45C21

Text Example


Text Example

White with #D45C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45C21; }

 p { color: rgb(212,92,33); }

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

background-color css

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

 a { background-color: rgb(212,92,33); }

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

border-color css

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

 span { border-color: rgb(212,92,33); }

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