Html Css Color HEX #D06349 Dark Coral

📋 copy color: '#D06349'

red 208 ◦ green 99 ◦ blue 73

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

Shades of Dark Coral #D06349

Tints of Dark Coral #D06349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 54.74%
G = 26.05%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06349 (or 0xD06349) is known color: Dark Coral. HEX triplet: D0, 63 and 49. RGB value is (208,99,73). Sum of RGB (Red+Green+Blue) = 208+99+73=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06349 is #2F9CB6. Grayscale: #808080. Windows color (decimal): -3120311 or 4809680. OLE color: 4809680.

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

Color convert

RGB 208 99 73 -
CMYK 0 0.52 0.65 0.18
HSL 11.56º 0.59% 0.55% -
HSV(B) 11.56º 0.65% 0.82% -
XYZ 31.68 22.81 9.04 -
YUV 128.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 208 99 73 0 0.52 0.65 0.18 11.56 0.59 0.55
Hex D0 63 49 0 34 41 12 C 3B 37
Octal 320 143 111 0 64 101 22 14 73 67
Binary 11010000 1100011 1001001 0 110100 1000001 10010 1100 111011 110111

Color Harmonies of #D06349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06349

Black with #D06349

Text Example


Text Example

White with #D06349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06349; }

 p { color: rgb(208,99,73); }

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

background-color css

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

 a { background-color: rgb(208,99,73); }

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

border-color css

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

 span { border-color: rgb(208,99,73); }

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