Html Css Color HEX #DB6655 Flamingo

📋 copy color: '#DB6655'

red 219 ◦ green 102 ◦ blue 85

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

Shades of Flamingo #DB6655

Tints of Flamingo #DB6655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 53.94%
G = 25.12%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB6655 (or 0xDB6655) is known color: Flamingo. HEX triplet: DB, 66 and 55. RGB value is (219,102,85). Sum of RGB (Red+Green+Blue) = 219+102+85=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6655 is #2499AA. Grayscale: #878787. Windows color (decimal): -2398635 or 5596891. OLE color: 5596891.

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

Color convert

RGB 219 102 85 -
CMYK 0 0.53 0.61 0.14
HSL 7.61º 0.65% 0.6% -
HSV(B) 7.61º 0.61% 0.86% -
XYZ 35.6 25.22 11.59 -
YUV 135.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 219 102 85 0 0.53 0.61 0.14 7.61 0.65 0.6
Hex DB 66 55 0 35 3D E 8 41 3C
Octal 333 146 125 0 65 75 16 10 101 74
Binary 11011011 1100110 1010101 0 110101 111101 1110 1000 1000001 111100

Color Harmonies of #DB6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6655

Black with #DB6655

Text Example


Text Example

White with #DB6655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6655; }

 p { color: rgb(219,102,85); }

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

background-color css

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

 a { background-color: rgb(219,102,85); }

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

border-color css

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

 span { border-color: rgb(219,102,85); }

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