Html Css Color HEX #D95C20 Chocolate

📋 copy color: '#D95C20'

red 217 ◦ green 92 ◦ blue 32

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

Shades of Chocolate #D95C20

Tints of Chocolate #D95C20

RGB

 RED value IS 217 (85.16% from 255) = 63.64%

 GREEN value IS 92 (36.33% from 255) = 26.98%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 63.64%
G = 26.98%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95C20 (or 0xD95C20) is known color: Chocolate. HEX triplet: D9, 5C and 20. RGB value is (217,92,32). Sum of RGB (Red+Green+Blue) = 217+92+32=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C20 is #26A3DF. Grayscale: #7A7A7A. Windows color (decimal): -2532320 or 2120921. OLE color: 2120921.

HSL color Cylindrical-coordinate representation of color #D95C20: hue angle of 19.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D95C20 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 32 -
CMYK 0 0.58 0.85 0.15
HSL 19.46º 0.74% 0.49% -
HSV(B) 19.46º 0.85% 0.85% -
XYZ 32.7 22.51 3.99 -
YUV 122.54 76.91 195.38 -
System Red Green Blue C M Y K H S L
Decimal 217 92 32 0 0.58 0.85 0.15 19.46 0.74 0.49
Hex D9 5C 20 0 3A 55 F 13 4A 31
Octal 331 134 40 0 72 125 17 23 112 61
Binary 11011001 1011100 100000 0 111010 1010101 1111 10011 1001010 110001

Color Harmonies of #D95C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C20

Black with #D95C20

Text Example


Text Example

White with #D95C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C20; }

 p { color: rgb(217,92,32); }

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

background-color css

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

 a { background-color: rgb(217,92,32); }

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

border-color css

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

 span { border-color: rgb(217,92,32); }

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