Shades of Flamingo #DC634B
Tints of Flamingo #DC634B
RGB
CMYK
RGB Variations
Color information
#DC634B (or 0xDC634B) is known color: Flamingo. HEX triplet: DC, 63 and 4B. RGB value is (220,99,75). Sum of RGB (Red+Green+Blue) = 220+99+75=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC634B is #239CB4. Grayscale: #848484. Windows color (decimal): -2333877 or 4940764. OLE color: 4940764.
HSL color Cylindrical-coordinate representation of color #DC634B: hue angle of 9.93º 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 #DC634B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 75 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.14 |
| HSL | 9.93º | 0.67% | 0.58% | - |
| HSV(B) | 9.93º | 0.66% | 0.86% | - |
| XYZ | 35.25 | 24.65 | 9.56 | - |
| YUV | 132.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 75 | 0 | 0.55 | 0.66 | 0.14 | 9.93 | 0.67 | 0.58 |
| Hex | DC | 63 | 4B | 0 | 37 | 42 | E | A | 43 | 3A |
| Octal | 334 | 143 | 113 | 0 | 67 | 102 | 16 | 12 | 103 | 72 |
| Binary | 11011100 | 1100011 | 1001011 | 0 | 110111 | 1000010 | 1110 | 1010 | 1000011 | 111010 |
Color Harmonies of #DC634B
Complementary color
Monochromatic Colors of #DC634B
Black with #DC634B
Text Example
Text Example
White with #DC634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC634B; }
p { color: rgb(220,99,75); }
H1.HeaderClassName
{
color: #DC634B;
}
.AnyTagClassName
{
color: #DC634B;
}
</style>
background-color css
<style>
a { background-color: #DC634B; }
a { background-color: rgb(220,99,75); }
div.DivClassName
{
background-color: #DC634B;
}
.BgClassName
{
background-color: #DC634B;
}
</style>
border-color css
<style>
span { border-color: #DC634B; }
span { border-color: rgb(220,99,75); }
td.TdClassName
{
border-color: #DC634B;
}
.TagClassName
{
border-color: #DC634B;
}
</style>