Html Css Color HEX #DB6450 Flamingo

📋 copy color: '#DB6450'

red 219 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #DB6450

Tints of Flamingo #DB6450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 54.89%
G = 25.06%
B = 20.05%

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

#DB6450 (or 0xDB6450) is known color: Flamingo. HEX triplet: DB, 64 and 50. RGB value is (219,100,80). Sum of RGB (Red+Green+Blue) = 219+100+80=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6450 is #249BAF. Grayscale: #858585. Windows color (decimal): -2399152 or 5268699. OLE color: 5268699.

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

Color convert

RGB 219 100 80 -
CMYK 0 0.54 0.63 0.14
HSL 8.63º 0.66% 0.59% -
HSV(B) 8.63º 0.63% 0.86% -
XYZ 35.22 24.75 10.51 -
YUV 133.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 219 100 80 0 0.54 0.63 0.14 8.63 0.66 0.59
Hex DB 64 50 0 36 3F E 9 42 3B
Octal 333 144 120 0 66 77 16 11 102 73
Binary 11011011 1100100 1010000 0 110110 111111 1110 1001 1000010 111011

Color Harmonies of #DB6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6450

Black with #DB6450

Text Example


Text Example

White with #DB6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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