Html Css Color HEX #D95A44 Dark Coral

📋 copy color: '#D95A44'

red 217 ◦ green 90 ◦ blue 68

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

Shades of Dark Coral #D95A44

Tints of Dark Coral #D95A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 57.87%
G = 24%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D95A44 (or 0xD95A44) is known color: Dark Coral. HEX triplet: D9, 5A and 44. RGB value is (217,90,68). Sum of RGB (Red+Green+Blue) = 217+90+68=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A44 is #26A5BB. Grayscale: #7D7D7D. Windows color (decimal): -2532796 or 4479705. OLE color: 4479705.

HSL color Cylindrical-coordinate representation of color #D95A44: hue angle of 8.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D95A44 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 68 -
CMYK 0 0.59 0.69 0.15
HSL 8.86º 0.66% 0.56% -
HSV(B) 8.86º 0.69% 0.85% -
XYZ 33.31 22.48 8.05 -
YUV 125.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 217 90 68 0 0.59 0.69 0.15 8.86 0.66 0.56
Hex D9 5A 44 0 3B 45 F 9 42 38
Octal 331 132 104 0 73 105 17 11 102 70
Binary 11011001 1011010 1000100 0 111011 1000101 1111 1001 1000010 111000

Color Harmonies of #D95A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A44

Black with #D95A44

Text Example


Text Example

White with #D95A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A44; }

 p { color: rgb(217,90,68); }

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

background-color css

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

 a { background-color: rgb(217,90,68); }

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

border-color css

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

 span { border-color: rgb(217,90,68); }

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