Html Css Color HEX #DB6254 Flamingo

📋 copy color: '#DB6254'

red 219 ◦ green 98 ◦ blue 84

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

Shades of Flamingo #DB6254

Tints of Flamingo #DB6254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 54.61%
G = 24.44%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6254 (or 0xDB6254) is known color: Flamingo. HEX triplet: DB, 62 and 54. RGB value is (219,98,84). Sum of RGB (Red+Green+Blue) = 219+98+84=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6254 is #249DAB. Grayscale: #848484. Windows color (decimal): -2399660 or 5530331. OLE color: 5530331.

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

Color convert

RGB 219 98 84 -
CMYK 0 0.55 0.62 0.14
HSL 6.22º 0.65% 0.59% -
HSV(B) 6.22º 0.62% 0.86% -
XYZ 35.18 24.44 11.25 -
YUV 132.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 219 98 84 0 0.55 0.62 0.14 6.22 0.65 0.59
Hex DB 62 54 0 37 3E E 6 41 3B
Octal 333 142 124 0 67 76 16 6 101 73
Binary 11011011 1100010 1010100 0 110111 111110 1110 110 1000001 111011

Color Harmonies of #DB6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6254

Black with #DB6254

Text Example


Text Example

White with #DB6254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6254; }

 p { color: rgb(219,98,84); }

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

background-color css

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

 a { background-color: rgb(219,98,84); }

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

border-color css

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

 span { border-color: rgb(219,98,84); }

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