Html Css Color HEX #DB6454 Flamingo

📋 copy color: '#DB6454'

red 219 ◦ green 100 ◦ blue 84

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

Shades of Flamingo #DB6454

Tints of Flamingo #DB6454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 54.34%
G = 24.81%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6454 (or 0xDB6454) is known color: Flamingo. HEX triplet: DB, 64 and 54. RGB value is (219,100,84). Sum of RGB (Red+Green+Blue) = 219+100+84=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6454 is #249BAB. Grayscale: #858585. Windows color (decimal): -2399148 or 5530843. OLE color: 5530843.

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

Color convert

RGB 219 100 84 -
CMYK 0 0.54 0.62 0.14
HSL 7.11º 0.65% 0.59% -
HSV(B) 7.11º 0.62% 0.86% -
XYZ 35.37 24.81 11.31 -
YUV 133.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 219 100 84 0 0.54 0.62 0.14 7.11 0.65 0.59
Hex DB 64 54 0 36 3E E 7 41 3B
Octal 333 144 124 0 66 76 16 7 101 73
Binary 11011011 1100100 1010100 0 110110 111110 1110 111 1000001 111011

Color Harmonies of #DB6454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6454

Black with #DB6454

Text Example


Text Example

White with #DB6454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6454; }

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

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

background-color css

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

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

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

border-color css

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

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

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