Html Css Color HEX #D6501A Chocolate

📋 copy color: '#D6501A'

red 214 ◦ green 80 ◦ blue 26

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

Shades of Chocolate #D6501A

Tints of Chocolate #D6501A

RGB

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

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

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

R = 66.88%
G = 25%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6501A (or 0xD6501A) is known color: Chocolate. HEX triplet: D6, 50 and 1A. RGB value is (214,80,26). Sum of RGB (Red+Green+Blue) = 214+80+26=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D6501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6501A is #29AFE5. Grayscale: #727272. Windows color (decimal): -2732006 or 1724630. OLE color: 1724630.

HSL color Cylindrical-coordinate representation of color #D6501A: hue angle of 17.23º 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 #D6501A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 26 -
CMYK 0 0.63 0.88 0.16
HSL 17.23º 0.78% 0.47% -
HSV(B) 17.23º 0.88% 0.84% -
XYZ 30.79 20.11 3.24 -
YUV 113.91 78.39 199.39 -
System Red Green Blue C M Y K H S L
Decimal 214 80 26 0 0.63 0.88 0.16 17.23 0.78 0.47
Hex D6 50 1A 0 3F 58 10 11 4E 2F
Octal 326 120 32 0 77 130 20 21 116 57
Binary 11010110 1010000 11010 0 111111 1011000 10000 10001 1001110 101111

Color Harmonies of #D6501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6501A

Black with #D6501A

Text Example


Text Example

White with #D6501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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