#DF6C4D

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

Shades of Flamingo #DF6C4D

Tints of Flamingo #DF6C4D

Color information

#DF6C4D (or 0xDF6C4D) is unknown color: approx Flamingo. HEX triplet: DF, 6C and 4D. RGB value is (223,108,77). Sum of RGB (Red+Green+Blue) = 223+108+77=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C4D is #2093B2. Grayscale: #8B8B8B. Windows color (decimal): -2134963 or 5074143. OLE color: 5074143.

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

Color convert

RGB22310877-
CMYK00.520.650.13
HSL12.74º69.52%58.82%-
HSV(B)12.74º65.47%87.45%-
XYZ37.1326.9510.27-
YUV138.8593.1188.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.66%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=54.66%
G=26.47%
B=18.87%

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
Decimal2231087700.520.650.1312.7469.5258.82
HexDF6C4D03441Dd463b
Octal337154115064101151510673
Binary110111111101100100110101101001000001110111011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C4D; }

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

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

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

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

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

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

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

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