Html Css Color HEX #D6581C Chocolate

📋 copy color: '#D6581C'

red 214 ◦ green 88 ◦ blue 28

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

Shades of Chocolate #D6581C

Tints of Chocolate #D6581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 64.85%
G = 26.67%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6581C (or 0xD6581C) is known color: Chocolate. HEX triplet: D6, 58 and 1C. RGB value is (214,88,28). Sum of RGB (Red+Green+Blue) = 214+88+28=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6581C is #29A7E3. Grayscale: #777777. Windows color (decimal): -2729956 or 1857750. OLE color: 1857750.

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

Color convert

RGB 214 88 28 -
CMYK 0 0.59 0.87 0.16
HSL 19.35º 0.77% 0.47% -
HSV(B) 19.35º 0.87% 0.84% -
XYZ 31.43 21.36 3.56 -
YUV 118.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 214 88 28 0 0.59 0.87 0.16 19.35 0.77 0.47
Hex D6 58 1C 0 3B 57 10 13 4D 2F
Octal 326 130 34 0 73 127 20 23 115 57
Binary 11010110 1011000 11100 0 111011 1010111 10000 10011 1001101 101111

Color Harmonies of #D6581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6581C

Black with #D6581C

Text Example


Text Example

White with #D6581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6581C; }

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

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

background-color css

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

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

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

border-color css

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

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

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