#D6533E

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

Shades of Dark Coral #D6533E

Tints of Dark Coral #D6533E

Color information

#D6533E (or 0xD6533E) is unknown color: approx Dark Coral. HEX triplet: D6, 53 and 3E. RGB value is (214,83,62). Sum of RGB (Red+Green+Blue) = 214+83+62=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6533E is #29ACC1. Grayscale: #777777. Windows color (decimal): -2731202 or 4084694. OLE color: 4084694.

HSL color Cylindrical-coordinate representation of color #D6533E: hue angle of 8.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6533E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2148362-
CMYK00.610.710.16
HSL8.29º64.96%54.12%-
HSV(B)8.29º71.03%83.92%-
XYZ31.6920.836.91-
YUV119.7895.4195.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.61%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=59.61%
G=23.12%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214836200.610.710.168.2964.9654.12
HexD6533E03D471084136
Octal32612376075107201010166
Binary110101101010011111110011110110001111000010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6533E; }

 p { color: rgb(214,83,62); }

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

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

 a { background-color: rgb(214,83,62); }

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

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

 span { border-color: rgb(214,83,62); }

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