Html Css Color HEX #D95B42 Dark Coral

📋 copy color: '#D95B42'

red 217 ◦ green 91 ◦ blue 66

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

Shades of Dark Coral #D95B42

Tints of Dark Coral #D95B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 58.02%
G = 24.33%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D95B42 (or 0xD95B42) is known color: Dark Coral. HEX triplet: D9, 5B and 42. RGB value is (217,91,66). Sum of RGB (Red+Green+Blue) = 217+91+66=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95B42 is #26A4BD. Grayscale: #7E7E7E. Windows color (decimal): -2532542 or 4348889. OLE color: 4348889.

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

Color convert

RGB 217 91 66 -
CMYK 0 0.58 0.70 0.15
HSL 9.93º 0.67% 0.55% -
HSV(B) 9.93º 0.7% 0.85% -
XYZ 33.34 22.63 7.76 -
YUV 125.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 217 91 66 0 0.58 0.70 0.15 9.93 0.67 0.55
Hex D9 5B 42 0 3A 46 F A 43 37
Octal 331 133 102 0 72 106 17 12 103 67
Binary 11011001 1011011 1000010 0 111010 1000110 1111 1010 1000011 110111

Color Harmonies of #D95B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B42

Black with #D95B42

Text Example


Text Example

White with #D95B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B42; }

 p { color: rgb(217,91,66); }

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

background-color css

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

 a { background-color: rgb(217,91,66); }

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

border-color css

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

 span { border-color: rgb(217,91,66); }

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