#DA684D

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

Shades of Flamingo #DA684D

Tints of Flamingo #DA684D

Color information

#DA684D (or 0xDA684D) is unknown color: approx Flamingo. HEX triplet: DA, 68 and 4D. RGB value is (218,104,77). Sum of RGB (Red+Green+Blue) = 218+104+77=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA684D is #2597B2. Grayscale: #878787. Windows color (decimal): -2463667 or 5073114. OLE color: 5073114.

HSL color Cylindrical-coordinate representation of color #DA684D: hue angle of 11.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA684D is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21810477-
CMYK00.520.650.15
HSL11.49º65.58%57.84%-
HSV(B)11.49º64.68%85.49%-
XYZ35.225.3410.06-
YUV135.0195.27187.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.64%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=54.64%
G=26.07%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181047700.520.650.1511.4965.5857.84
HexDA684D03441Fb423a
Octal332150115064101171310272
Binary110110101101000100110101101001000001111110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA684D; }

 p { color: rgb(218,104,77); }

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

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

 a { background-color: rgb(218,104,77); }

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

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

 span { border-color: rgb(218,104,77); }

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