Html Css Color HEX #DB6250 Flamingo

📋 copy color: '#DB6250'

red 219 ◦ green 98 ◦ blue 80

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

Shades of Flamingo #DB6250

Tints of Flamingo #DB6250

RGB

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

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

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

R = 55.16%
G = 24.69%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6250 (or 0xDB6250) is known color: Flamingo. HEX triplet: DB, 62 and 50. RGB value is (219,98,80). Sum of RGB (Red+Green+Blue) = 219+98+80=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6250 is #249DAF. Grayscale: #848484. Windows color (decimal): -2399664 or 5268187. OLE color: 5268187.

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

Color convert

RGB 219 98 80 -
CMYK 0 0.55 0.63 0.14
HSL 7.77º 0.66% 0.59% -
HSV(B) 7.77º 0.63% 0.86% -
XYZ 35.03 24.37 10.45 -
YUV 132.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 219 98 80 0 0.55 0.63 0.14 7.77 0.66 0.59
Hex DB 62 50 0 37 3F E 8 42 3B
Octal 333 142 120 0 67 77 16 10 102 73
Binary 11011011 1100010 1010000 0 110111 111111 1110 1000 1000010 111011

Color Harmonies of #DB6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6250

Black with #DB6250

Text Example


Text Example

White with #DB6250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6250; }

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

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

background-color css

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

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

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

border-color css

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

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

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