Html Css Color HEX #D6521C Chocolate

📋 copy color: '#D6521C'

red 214 ◦ green 82 ◦ blue 28

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

Shades of Chocolate #D6521C

Tints of Chocolate #D6521C

RGB

 RED value IS 214 (83.98% from 255) = 66.05%

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

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

R = 66.05%
G = 25.31%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6521C (or 0xD6521C) is known color: Chocolate. HEX triplet: D6, 52 and 1C. RGB value is (214,82,28). Sum of RGB (Red+Green+Blue) = 214+82+28=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6521C is #29ADE3. Grayscale: #737373. Windows color (decimal): -2731492 or 1856214. OLE color: 1856214.

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

Color convert

RGB 214 82 28 -
CMYK 0 0.62 0.87 0.16
HSL 17.42º 0.77% 0.47% -
HSV(B) 17.42º 0.87% 0.84% -
XYZ 30.96 20.41 3.41 -
YUV 115.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 214 82 28 0 0.62 0.87 0.16 17.42 0.77 0.47
Hex D6 52 1C 0 3E 57 10 11 4D 2F
Octal 326 122 34 0 76 127 20 21 115 57
Binary 11010110 1010010 11100 0 111110 1010111 10000 10001 1001101 101111

Color Harmonies of #D6521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6521C

Black with #D6521C

Text Example


Text Example

White with #D6521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6521C; }

 p { color: rgb(214,82,28); }

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

background-color css

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

 a { background-color: rgb(214,82,28); }

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

border-color css

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

 span { border-color: rgb(214,82,28); }

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