#DC6351

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

Shades of Flamingo #DC6351

Tints of Flamingo #DC6351

Color information

#DC6351 (or 0xDC6351) is unknown color: approx Flamingo. HEX triplet: DC, 63 and 51. RGB value is (220,99,81). Sum of RGB (Red+Green+Blue) = 220+99+81=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6351 is #239CAE. Grayscale: #858585. Windows color (decimal): -2333871 or 5333980. OLE color: 5333980.

HSL color Cylindrical-coordinate representation of color #DC6351: hue angle of 7.77º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6351 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2209981-
CMYK00.550.630.14
HSL7.77º66.51%59.02%-
HSV(B)7.77º63.18%86.27%-
XYZ35.4624.7310.69-
YUV133.1398.59189.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=55%
G=24.75%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220998100.550.630.147.7766.5159.02
HexDC63510373FE8433b
Octal33414312106777161010373
Binary11011100110001110100010110111111111111010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6351; }

 p { color: rgb(220,99,81); }

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

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

 a { background-color: rgb(220,99,81); }

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

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

 span { border-color: rgb(220,99,81); }

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