Html Css Color HEX #D4521A Chocolate

📋 copy color: '#D4521A'

red 212 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #D4521A

Tints of Chocolate #D4521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 66.25%
G = 25.63%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4521A (or 0xD4521A) is known color: Chocolate. HEX triplet: D4, 52 and 1A. RGB value is (212,82,26). Sum of RGB (Red+Green+Blue) = 212+82+26=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4521A is #2BADE5. Grayscale: #727272. Windows color (decimal): -2862566 or 1725140. OLE color: 1725140.

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

Color convert

RGB 212 82 26 -
CMYK 0 0.61 0.88 0.17
HSL 18.06º 0.78% 0.47% -
HSV(B) 18.06º 0.88% 0.83% -
XYZ 30.36 20.11 3.26 -
YUV 114.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 212 82 26 0 0.61 0.88 0.17 18.06 0.78 0.47
Hex D4 52 1A 0 3D 58 11 12 4E 2F
Octal 324 122 32 0 75 130 21 22 116 57
Binary 11010100 1010010 11010 0 111101 1011000 10001 10010 1001110 101111

Color Harmonies of #D4521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4521A

Black with #D4521A

Text Example


Text Example

White with #D4521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4521A; }

 p { color: rgb(212,82,26); }

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

background-color css

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

 a { background-color: rgb(212,82,26); }

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

border-color css

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

 span { border-color: rgb(212,82,26); }

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