Html Css Color HEX #D05A44 Dark Coral

📋 copy color: '#D05A44'

red 208 ◦ green 90 ◦ blue 68

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

Shades of Dark Coral #D05A44

Tints of Dark Coral #D05A44

RGB

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

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

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

R = 56.83%
G = 24.59%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D05A44 (or 0xD05A44) is known color: Dark Coral. HEX triplet: D0, 5A and 44. RGB value is (208,90,68). Sum of RGB (Red+Green+Blue) = 208+90+68=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A44 is #2FA5BB. Grayscale: #7A7A7A. Windows color (decimal): -3122620 or 4479696. OLE color: 4479696.

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

Color convert

RGB 208 90 68 -
CMYK 0 0.57 0.67 0.18
HSL 9.43º 0.6% 0.54% -
HSV(B) 9.43º 0.67% 0.82% -
XYZ 30.71 21.14 7.93 -
YUV 122.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 208 90 68 0 0.57 0.67 0.18 9.43 0.6 0.54
Hex D0 5A 44 0 39 43 12 9 3C 36
Octal 320 132 104 0 71 103 22 11 74 66
Binary 11010000 1011010 1000100 0 111001 1000011 10010 1001 111100 110110

Color Harmonies of #D05A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A44

Black with #D05A44

Text Example


Text Example

White with #D05A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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