Html Css Color HEX #D95D21 Chocolate

📋 copy color: '#D95D21'

red 217 ◦ green 93 ◦ blue 33

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

Shades of Chocolate #D95D21

Tints of Chocolate #D95D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 63.27%
G = 27.11%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95D21 (or 0xD95D21) is known color: Chocolate. HEX triplet: D9, 5D and 21. RGB value is (217,93,33). Sum of RGB (Red+Green+Blue) = 217+93+33=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D21 is #26A2DE. Grayscale: #7B7B7B. Windows color (decimal): -2532063 or 2186713. OLE color: 2186713.

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

Color convert

RGB 217 93 33 -
CMYK 0 0.57 0.85 0.15
HSL 19.57º 0.74% 0.49% -
HSV(B) 19.57º 0.85% 0.85% -
XYZ 32.8 22.69 4.09 -
YUV 123.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 217 93 33 0 0.57 0.85 0.15 19.57 0.74 0.49
Hex D9 5D 21 0 39 55 F 14 4A 31
Octal 331 135 41 0 71 125 17 24 112 61
Binary 11011001 1011101 100001 0 111001 1010101 1111 10100 1001010 110001

Color Harmonies of #D95D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D21

Black with #D95D21

Text Example


Text Example

White with #D95D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D21; }

 p { color: rgb(217,93,33); }

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

background-color css

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

 a { background-color: rgb(217,93,33); }

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

border-color css

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

 span { border-color: rgb(217,93,33); }

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