Html Css Color HEX #D6581B Chocolate

📋 copy color: '#D6581B'

red 214 ◦ green 88 ◦ blue 27

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

Shades of Chocolate #D6581B

Tints of Chocolate #D6581B

RGB

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

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

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

R = 65.05%
G = 26.75%
B = 8.21%

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

#D6581B (or 0xD6581B) is known color: Chocolate. HEX triplet: D6, 58 and 1B. RGB value is (214,88,27). Sum of RGB (Red+Green+Blue) = 214+88+27=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6581B is #29A7E4. Grayscale: #777777. Windows color (decimal): -2729957 or 1792214. OLE color: 1792214.

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

Color convert

RGB 214 88 27 -
CMYK 0 0.59 0.87 0.16
HSL 19.57º 0.78% 0.47% -
HSV(B) 19.57º 0.87% 0.84% -
XYZ 31.42 21.35 3.5 -
YUV 118.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 214 88 27 0 0.59 0.87 0.16 19.57 0.78 0.47
Hex D6 58 1B 0 3B 57 10 14 4E 2F
Octal 326 130 33 0 73 127 20 24 116 57
Binary 11010110 1011000 11011 0 111011 1010111 10000 10100 1001110 101111

Color Harmonies of #D6581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6581B

Black with #D6581B

Text Example


Text Example

White with #D6581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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