Html Css Color HEX #D6521B Chocolate

📋 copy color: '#D6521B'

red 214 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #D6521B

Tints of Chocolate #D6521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 66.25%
G = 25.39%
B = 8.36%

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

#D6521B (or 0xD6521B) is known color: Chocolate. HEX triplet: D6, 52 and 1B. RGB value is (214,82,27). Sum of RGB (Red+Green+Blue) = 214+82+27=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6521B is #29ADE4. Grayscale: #737373. Windows color (decimal): -2731493 or 1790678. OLE color: 1790678.

HSL color Cylindrical-coordinate representation of color #D6521B: hue angle of 17.65º degrees, saturation: 0.78, 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 #D6521B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 27 -
CMYK 0 0.62 0.87 0.16
HSL 17.65º 0.78% 0.47% -
HSV(B) 17.65º 0.87% 0.84% -
XYZ 30.95 20.41 3.35 -
YUV 115.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 214 82 27 0 0.62 0.87 0.16 17.65 0.78 0.47
Hex D6 52 1B 0 3E 57 10 12 4E 2F
Octal 326 122 33 0 76 127 20 22 116 57
Binary 11010110 1010010 11011 0 111110 1010111 10000 10010 1001110 101111

Color Harmonies of #D6521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6521B

Black with #D6521B

Text Example


Text Example

White with #D6521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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