Html Css Color HEX #D95E23 Chocolate

📋 copy color: '#D95E23'

red 217 ◦ green 94 ◦ blue 35

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

Shades of Chocolate #D95E23

Tints of Chocolate #D95E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 35 (14.06% from 255) = 10.12%

R = 62.72%
G = 27.17%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D95E23 (or 0xD95E23) is known color: Chocolate. HEX triplet: D9, 5E and 23. RGB value is (217,94,35). Sum of RGB (Red+Green+Blue) = 217+94+35=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95E23 is #26A1DC. Grayscale: #7C7C7C. Windows color (decimal): -2531805 or 2318041. OLE color: 2318041.

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

Color convert

RGB 217 94 35 -
CMYK 0 0.57 0.84 0.15
HSL 19.45º 0.72% 0.49% -
HSV(B) 19.45º 0.84% 0.85% -
XYZ 32.92 22.88 4.27 -
YUV 124.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 217 94 35 0 0.57 0.84 0.15 19.45 0.72 0.49
Hex D9 5E 23 0 39 54 F 13 48 31
Octal 331 136 43 0 71 124 17 23 110 61
Binary 11011001 1011110 100011 0 111001 1010100 1111 10011 1001000 110001

Color Harmonies of #D95E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95E23

Black with #D95E23

Text Example


Text Example

White with #D95E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95E23; }

 p { color: rgb(217,94,35); }

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

background-color css

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

 a { background-color: rgb(217,94,35); }

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

border-color css

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

 span { border-color: rgb(217,94,35); }

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