#DC674B

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

Shades of Flamingo #DC674B

Tints of Flamingo #DC674B

Color information

#DC674B (or 0xDC674B) is unknown color: approx Flamingo. HEX triplet: DC, 67 and 4B. RGB value is (220,103,75). Sum of RGB (Red+Green+Blue) = 220+103+75=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC674B is #2398B4. Grayscale: #878787. Windows color (decimal): -2332853 or 4941788. OLE color: 4941788.

HSL color Cylindrical-coordinate representation of color #DC674B: hue angle of 11.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC674B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB22010375-
CMYK00.530.660.14
HSL11.59º67.44%57.84%-
HSV(B)11.59º65.91%86.27%-
XYZ35.6425.429.69-
YUV134.7994.26188.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=55.28%
G=25.88%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201037500.530.660.1411.5967.4457.84
HexDC674B03542Ec433a
Octal334147113065102161410372
Binary110111001100111100101101101011000010111011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC674B; }

 p { color: rgb(220,103,75); }

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

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

 a { background-color: rgb(220,103,75); }

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

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

 span { border-color: rgb(220,103,75); }

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