Html Css Color HEX #DB6C50 Flamingo

📋 copy color: '#DB6C50'

red 219 ◦ green 108 ◦ blue 80

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

Shades of Flamingo #DB6C50

Tints of Flamingo #DB6C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 53.81%
G = 26.54%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6C50 (or 0xDB6C50) is known color: Flamingo. HEX triplet: DB, 6C and 50. RGB value is (219,108,80). Sum of RGB (Red+Green+Blue) = 219+108+80=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C50 is #2493AF. Grayscale: #8A8A8A. Windows color (decimal): -2397104 or 5270747. OLE color: 5270747.

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

Color convert

RGB 219 108 80 -
CMYK 0 0.51 0.63 0.14
HSL 12.09º 0.66% 0.59% -
HSV(B) 12.09º 0.63% 0.86% -
XYZ 36.02 26.36 10.78 -
YUV 138 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 219 108 80 0 0.51 0.63 0.14 12.09 0.66 0.59
Hex DB 6C 50 0 33 3F E C 42 3B
Octal 333 154 120 0 63 77 16 14 102 73
Binary 11011011 1101100 1010000 0 110011 111111 1110 1100 1000010 111011

Color Harmonies of #DB6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C50

Black with #DB6C50

Text Example


Text Example

White with #DB6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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