#D05B45

Color #D05B45 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D05B45

Tints of Dark Coral #D05B45

Color information

#D05B45 (or 0xD05B45) is unknown color: approx Dark Coral. HEX triplet: D0, 5B and 45. RGB value is (208,91,69). Sum of RGB (Red+Green+Blue) = 208+91+69=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05B45 is #2FA4BA. Grayscale: #7B7B7B. Windows color (decimal): -3122363 or 4545488. OLE color: 4545488.

HSL color Cylindrical-coordinate representation of color #D05B45: hue angle of 9.5º 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 #D05B45 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2089169-
CMYK00.560.670.18
HSL9.5º59.66%54.31%-
HSV(B)9.5º66.83%81.57%-
XYZ30.8321.328.12-
YUV123.4897.26188.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=56.52%
G=24.73%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208916900.560.670.189.559.6654.31
HexD05B45038431293c36
Octal32013310507010322117466
Binary110100001011011100010101110001000011100101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05B45; }

 p { color: rgb(208,91,69); }

 H1.HeaderClassName
 {
   color: #D05B45;
 }
 .AnyTagClassName
 {
   color: #D05B45;
 }
</style>
background-color css

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

 a { background-color: rgb(208,91,69); }

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

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

 span { border-color: rgb(208,91,69); }

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