Html Css Color HEX #D6531A Chocolate

📋 copy color: '#D6531A'

red 214 ◦ green 83 ◦ blue 26

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

Shades of Chocolate #D6531A

Tints of Chocolate #D6531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 66.25%
G = 25.7%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6531A (or 0xD6531A) is known color: Chocolate. HEX triplet: D6, 53 and 1A. RGB value is (214,83,26). Sum of RGB (Red+Green+Blue) = 214+83+26=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6531A is #29ACE5. Grayscale: #747474. Windows color (decimal): -2731238 or 1725398. OLE color: 1725398.

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

Color convert

RGB 214 83 26 -
CMYK 0 0.61 0.88 0.16
HSL 18.19º 0.78% 0.47% -
HSV(B) 18.19º 0.88% 0.84% -
XYZ 31.01 20.56 3.31 -
YUV 115.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 214 83 26 0 0.61 0.88 0.16 18.19 0.78 0.47
Hex D6 53 1A 0 3D 58 10 12 4E 2F
Octal 326 123 32 0 75 130 20 22 116 57
Binary 11010110 1010011 11010 0 111101 1011000 10000 10010 1001110 101111

Color Harmonies of #D6531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6531A

Black with #D6531A

Text Example


Text Example

White with #D6531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6531A; }

 p { color: rgb(214,83,26); }

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

background-color css

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

 a { background-color: rgb(214,83,26); }

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

border-color css

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

 span { border-color: rgb(214,83,26); }

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