Html Css Color HEX #DB6354 Flamingo

📋 copy color: '#DB6354'

red 219 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #DB6354

Tints of Flamingo #DB6354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 54.48%
G = 24.63%
B = 20.9%

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

#DB6354 (or 0xDB6354) is known color: Flamingo. HEX triplet: DB, 63 and 54. RGB value is (219,99,84). Sum of RGB (Red+Green+Blue) = 219+99+84=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6354 is #249CAB. Grayscale: #858585. Windows color (decimal): -2399404 or 5530587. OLE color: 5530587.

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

Color convert

RGB 219 99 84 -
CMYK 0 0.55 0.62 0.14
HSL 6.67º 0.65% 0.59% -
HSV(B) 6.67º 0.62% 0.86% -
XYZ 35.28 24.62 11.28 -
YUV 133.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 219 99 84 0 0.55 0.62 0.14 6.67 0.65 0.59
Hex DB 63 54 0 37 3E E 7 41 3B
Octal 333 143 124 0 67 76 16 7 101 73
Binary 11011011 1100011 1010100 0 110111 111110 1110 111 1000001 111011

Color Harmonies of #DB6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6354

Black with #DB6354

Text Example


Text Example

White with #DB6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6354; }

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

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

background-color css

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

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

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

border-color css

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

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

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