#DF654B

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

Shades of Flamingo #DF654B

Tints of Flamingo #DF654B

Color information

#DF654B (or 0xDF654B) is unknown color: approx Flamingo. HEX triplet: DF, 65 and 4B. RGB value is (223,101,75). Sum of RGB (Red+Green+Blue) = 223+101+75=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF654B is #209AB4. Grayscale: #868686. Windows color (decimal): -2136757 or 4941279. OLE color: 4941279.

HSL color Cylindrical-coordinate representation of color #DF654B: hue angle of 10.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF654B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22310175-
CMYK00.550.660.13
HSL10.54º69.81%58.43%-
HSV(B)10.54º66.37%87.45%-
XYZ36.3625.59.66-
YUV134.5194.42191.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=55.89%
G=25.31%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231017500.550.660.1310.5469.8158.43
HexDF654B03742Db463a
Octal337145113067102151310672
Binary110111111100101100101101101111000010110110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF654B; }

 p { color: rgb(223,101,75); }

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

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

 a { background-color: rgb(223,101,75); }

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

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

 span { border-color: rgb(223,101,75); }

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