#DC684A

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

Shades of Flamingo #DC684A

Tints of Flamingo #DC684A

Color information

#DC684A (or 0xDC684A) is unknown color: approx Flamingo. HEX triplet: DC, 68 and 4A. RGB value is (220,104,74). Sum of RGB (Red+Green+Blue) = 220+104+74=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC684A is #2397B5. Grayscale: #878787. Windows color (decimal): -2332598 or 4876508. OLE color: 4876508.

HSL color Cylindrical-coordinate representation of color #DC684A: hue angle of 12.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC684A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB22010474-
CMYK00.530.660.14
HSL12.33º67.59%57.65%-
HSV(B)12.33º66.36%86.27%-
XYZ35.725.619.54-
YUV135.2693.43188.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=55.28%
G=26.13%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201047400.530.660.1412.3367.5957.65
HexDC684A03542Ec443a
Octal334150112065102161410472
Binary110111001101000100101001101011000010111011001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC684A; }

 p { color: rgb(220,104,74); }

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

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

 a { background-color: rgb(220,104,74); }

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

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

 span { border-color: rgb(220,104,74); }

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