Html Css Color HEX #DB6553 Flamingo

📋 copy color: '#DB6553'

red 219 ◦ green 101 ◦ blue 83

#DB6553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #DB6553

Tints of Flamingo #DB6553

RGB

 RED value IS 219 (85.94% from 255) = 54.34%

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 54.34%
G = 25.06%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6553 (or 0xDB6553) is known color: Flamingo. HEX triplet: DB, 65 and 53. RGB value is (219,101,83). Sum of RGB (Red+Green+Blue) = 219+101+83=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6553 is #249AAC. Grayscale: #868686. Windows color (decimal): -2398893 or 5465563. OLE color: 5465563.

HSL color Cylindrical-coordinate representation of color #DB6553: hue angle of 7.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6553 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 83 -
CMYK 0 0.54 0.62 0.14
HSL 7.94º 0.65% 0.59% -
HSV(B) 7.94º 0.62% 0.86% -
XYZ 35.43 24.99 11.14 -
YUV 134.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 219 101 83 0 0.54 0.62 0.14 7.94 0.65 0.59
Hex DB 65 53 0 36 3E E 8 41 3B
Octal 333 145 123 0 66 76 16 10 101 73
Binary 11011011 1100101 1010011 0 110110 111110 1110 1000 1000001 111011

Color Harmonies of #DB6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6553

Black with #DB6553

Text Example


Text Example

White with #DB6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6553; }

 p { color: rgb(219,101,83); }

 H1.HeaderClassName
 {
   color: #DB6553;
 }
 .AnyTagClassName
 {
   color: #DB6553;
 }
</style>

background-color css

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

 a { background-color: rgb(219,101,83); }

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

border-color css

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

 span { border-color: rgb(219,101,83); }

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