Html Css Color HEX #D05C4A Dark Coral

📋 copy color: '#D05C4A'

red 208 ◦ green 92 ◦ blue 74

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

Shades of Dark Coral #D05C4A

Tints of Dark Coral #D05C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 55.61%
G = 24.6%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D05C4A (or 0xD05C4A) is known color: Dark Coral. HEX triplet: D0, 5C and 4A. RGB value is (208,92,74). Sum of RGB (Red+Green+Blue) = 208+92+74=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05C4A is #2FA3B5. Grayscale: #7C7C7C. Windows color (decimal): -3122102 or 4873424. OLE color: 4873424.

HSL color Cylindrical-coordinate representation of color #D05C4A: hue angle of 8.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05C4A is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 92 74 -
CMYK 0 0.56 0.64 0.18
HSL 8.06º 0.59% 0.55% -
HSV(B) 8.06º 0.64% 0.82% -
XYZ 31.08 21.56 9 -
YUV 124.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 208 92 74 0 0.56 0.64 0.18 8.06 0.59 0.55
Hex D0 5C 4A 0 38 40 12 8 3B 37
Octal 320 134 112 0 70 100 22 10 73 67
Binary 11010000 1011100 1001010 0 111000 1000000 10010 1000 111011 110111

Color Harmonies of #D05C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C4A

Black with #D05C4A

Text Example


Text Example

White with #D05C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C4A; }

 p { color: rgb(208,92,74); }

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

background-color css

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

 a { background-color: rgb(208,92,74); }

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

border-color css

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

 span { border-color: rgb(208,92,74); }

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