Html Css Color HEX #DB6551 Flamingo

📋 copy color: '#DB6551'

red 219 ◦ green 101 ◦ blue 81

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

Shades of Flamingo #DB6551

Tints of Flamingo #DB6551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 54.61%
G = 25.19%
B = 20.2%

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

#DB6551 (or 0xDB6551) is known color: Flamingo. HEX triplet: DB, 65 and 51. RGB value is (219,101,81). Sum of RGB (Red+Green+Blue) = 219+101+81=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6551 is #249AAE. Grayscale: #868686. Windows color (decimal): -2398895 or 5334491. OLE color: 5334491.

HSL color Cylindrical-coordinate representation of color #DB6551: hue angle of 8.7º 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 #DB6551 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 81 -
CMYK 0 0.54 0.63 0.14
HSL 8.7º 0.66% 0.59% -
HSV(B) 8.7º 0.63% 0.86% -
XYZ 35.35 24.96 10.74 -
YUV 134 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 219 101 81 0 0.54 0.63 0.14 8.7 0.66 0.59
Hex DB 65 51 0 36 3F E 9 42 3B
Octal 333 145 121 0 66 77 16 11 102 73
Binary 11011011 1100101 1010001 0 110110 111111 1110 1001 1000010 111011

Color Harmonies of #DB6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6551

Black with #DB6551

Text Example


Text Example

White with #DB6551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6551; }

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

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

background-color css

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

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

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

border-color css

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

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

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