Html Css Color HEX #D4501C Chocolate

📋 copy color: '#D4501C'

red 212 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #D4501C

Tints of Chocolate #D4501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 66.25%
G = 25%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4501C (or 0xD4501C) is known color: Chocolate. HEX triplet: D4, 50 and 1C. RGB value is (212,80,28). Sum of RGB (Red+Green+Blue) = 212+80+28=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4501C is #2BAFE3. Grayscale: #717171. Windows color (decimal): -2863076 or 1855700. OLE color: 1855700.

HSL color Cylindrical-coordinate representation of color #D4501C: hue angle of 16.96º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4501C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 28 -
CMYK 0 0.62 0.87 0.17
HSL 16.96º 0.77% 0.47% -
HSV(B) 16.96º 0.87% 0.83% -
XYZ 30.23 19.82 3.33 -
YUV 113.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 212 80 28 0 0.62 0.87 0.17 16.96 0.77 0.47
Hex D4 50 1C 0 3E 57 11 11 4D 2F
Octal 324 120 34 0 76 127 21 21 115 57
Binary 11010100 1010000 11100 0 111110 1010111 10001 10001 1001101 101111

Color Harmonies of #D4501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4501C

Black with #D4501C

Text Example


Text Example

White with #D4501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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