#DF6B4E

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

Shades of Flamingo #DF6B4E

Tints of Flamingo #DF6B4E

Color information

#DF6B4E (or 0xDF6B4E) is unknown color: approx Flamingo. HEX triplet: DF, 6B and 4E. RGB value is (223,107,78). Sum of RGB (Red+Green+Blue) = 223+107+78=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B4E is #2094B1. Grayscale: #8A8A8A. Windows color (decimal): -2135218 or 5139423. OLE color: 5139423.

HSL color Cylindrical-coordinate representation of color #DF6B4E: hue angle of 12º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF6B4E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22310778-
CMYK00.520.650.13
HSL12º69.38%59.02%-
HSV(B)12º65.02%87.45%-
XYZ37.0626.7510.42-
YUV138.3893.93188.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.66%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=54.66%
G=26.23%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231077800.520.650.131269.3859.02
HexDF6B4E03441Dc453b
Octal337153116064101151410573
Binary110111111101011100111001101001000001110111001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6B4E; }

 p { color: rgb(223,107,78); }

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

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

 a { background-color: rgb(223,107,78); }

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

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

 span { border-color: rgb(223,107,78); }

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