#DF6C4E

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

Shades of Flamingo #DF6C4E

Tints of Flamingo #DF6C4E

Color information

#DF6C4E (or 0xDF6C4E) is unknown color: approx Flamingo. HEX triplet: DF, 6C and 4E. RGB value is (223,108,78). Sum of RGB (Red+Green+Blue) = 223+108+78=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C4E is #2093B1. Grayscale: #8B8B8B. Windows color (decimal): -2134962 or 5139679. OLE color: 5139679.

HSL color Cylindrical-coordinate representation of color #DF6C4E: hue angle of 12.41º 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 #DF6C4E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22310878-
CMYK00.520.650.13
HSL12.41º69.38%59.02%-
HSV(B)12.41º65.02%87.45%-
XYZ37.1726.9610.45-
YUV138.9693.6187.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=54.52%
G=26.41%
B=19.07%

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
Decimal2231087800.520.650.1312.4169.3859.02
HexDF6C4E03441Dc453b
Octal337154116064101151410573
Binary110111111101100100111001101001000001110111001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C4E; }

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

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

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

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

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

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

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

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