#DD634B

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

Shades of Flamingo #DD634B

Tints of Flamingo #DD634B

Color information

#DD634B (or 0xDD634B) is unknown color: approx Flamingo. HEX triplet: DD, 63 and 4B. RGB value is (221,99,75). Sum of RGB (Red+Green+Blue) = 221+99+75=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD634B is #229CB4. Grayscale: #848484. Windows color (decimal): -2268341 or 4940765. OLE color: 4940765.

HSL color Cylindrical-coordinate representation of color #DD634B: hue angle of 9.86º degrees, saturation: 0.68, 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 #DD634B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2219975-
CMYK00.550.660.13
HSL9.86º68.22%58.04%-
HSV(B)9.86º66.06%86.67%-
XYZ35.5524.89.57-
YUV132.7495.42190.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=55.95%
G=25.06%
B=18.99%

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
Decimal221997500.550.660.139.8668.2258.04
HexDD634B03742Da443a
Octal335143113067102151210472
Binary110111011100011100101101101111000010110110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD634B; }

 p { color: rgb(221,99,75); }

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

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

 a { background-color: rgb(221,99,75); }

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

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

 span { border-color: rgb(221,99,75); }

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