Html Css Color HEX #D05A40 Dark Coral

📋 copy color: '#D05A40'

red 208 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #D05A40

Tints of Dark Coral #D05A40

RGB

 RED value IS 208 (81.64% from 255) = 57.46%

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

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 57.46%
G = 24.86%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D05A40 (or 0xD05A40) is known color: Dark Coral. HEX triplet: D0, 5A and 40. RGB value is (208,90,64). Sum of RGB (Red+Green+Blue) = 208+90+64=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A40 is #2FA5BF. Grayscale: #7A7A7A. Windows color (decimal): -3122624 or 4217552. OLE color: 4217552.

HSL color Cylindrical-coordinate representation of color #D05A40: hue angle of 10.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D05A40 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 64 -
CMYK 0 0.57 0.69 0.18
HSL 10.83º 0.61% 0.53% -
HSV(B) 10.83º 0.69% 0.82% -
XYZ 30.59 21.09 7.31 -
YUV 122.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 208 90 64 0 0.57 0.69 0.18 10.83 0.61 0.53
Hex D0 5A 40 0 39 45 12 B 3D 35
Octal 320 132 100 0 71 105 22 13 75 65
Binary 11010000 1011010 1000000 0 111001 1000101 10010 1011 111101 110101

Color Harmonies of #D05A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A40

Black with #D05A40

Text Example


Text Example

White with #D05A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A40; }

 p { color: rgb(208,90,64); }

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

background-color css

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

 a { background-color: rgb(208,90,64); }

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

border-color css

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

 span { border-color: rgb(208,90,64); }

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