Html Css Color HEX #DB6550 Flamingo

📋 copy color: '#DB6550'

red 219 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #DB6550

Tints of Flamingo #DB6550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 54.75%
G = 25.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6550 (or 0xDB6550) is known color: Flamingo. HEX triplet: DB, 65 and 50. RGB value is (219,101,80). Sum of RGB (Red+Green+Blue) = 219+101+80=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6550 is #249AAF. Grayscale: #868686. Windows color (decimal): -2398896 or 5268955. OLE color: 5268955.

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

Color convert

RGB 219 101 80 -
CMYK 0 0.54 0.63 0.14
HSL 9.06º 0.66% 0.59% -
HSV(B) 9.06º 0.63% 0.86% -
XYZ 35.32 24.95 10.54 -
YUV 133.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 219 101 80 0 0.54 0.63 0.14 9.06 0.66 0.59
Hex DB 65 50 0 36 3F E 9 42 3B
Octal 333 145 120 0 66 77 16 11 102 73
Binary 11011011 1100101 1010000 0 110110 111111 1110 1001 1000010 111011

Color Harmonies of #DB6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6550

Black with #DB6550

Text Example


Text Example

White with #DB6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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