Html Css Color HEX #DB6150 Flamingo

📋 copy color: '#DB6150'

red 219 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #DB6150

Tints of Flamingo #DB6150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

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

R = 55.3%
G = 24.49%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6150 (or 0xDB6150) is known color: Flamingo. HEX triplet: DB, 61 and 50. RGB value is (219,97,80). Sum of RGB (Red+Green+Blue) = 219+97+80=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6150 is #249EAF. Grayscale: #838383. Windows color (decimal): -2399920 or 5267931. OLE color: 5267931.

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

Color convert

RGB 219 97 80 -
CMYK 0 0.56 0.63 0.14
HSL 7.34º 0.66% 0.59% -
HSV(B) 7.34º 0.63% 0.86% -
XYZ 34.94 24.19 10.42 -
YUV 131.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 219 97 80 0 0.56 0.63 0.14 7.34 0.66 0.59
Hex DB 61 50 0 38 3F E 7 42 3B
Octal 333 141 120 0 70 77 16 7 102 73
Binary 11011011 1100001 1010000 0 111000 111111 1110 111 1000010 111011

Color Harmonies of #DB6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6150

Black with #DB6150

Text Example


Text Example

White with #DB6150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6150; }

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

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

background-color css

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

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

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

border-color css

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

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

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