Html Css Color HEX #DB5F46 Flamingo

📋 copy color: '#DB5F46'

red 219 ◦ green 95 ◦ blue 70

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

Shades of Flamingo #DB5F46

Tints of Flamingo #DB5F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 57.03%
G = 24.74%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5F46 (or 0xDB5F46) is known color: Flamingo. HEX triplet: DB, 5F and 46. RGB value is (219,95,70). Sum of RGB (Red+Green+Blue) = 219+95+70=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F46 is #24A0B9. Grayscale: #818181. Windows color (decimal): -2400442 or 4612059. OLE color: 4612059.

HSL color Cylindrical-coordinate representation of color #DB5F46: hue angle of 10.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5F46 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 70 -
CMYK 0 0.57 0.68 0.14
HSL 10.07º 0.67% 0.57% -
HSV(B) 10.07º 0.68% 0.86% -
XYZ 34.41 23.69 8.55 -
YUV 129.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 219 95 70 0 0.57 0.68 0.14 10.07 0.67 0.57
Hex DB 5F 46 0 39 44 E A 43 39
Octal 333 137 106 0 71 104 16 12 103 71
Binary 11011011 1011111 1000110 0 111001 1000100 1110 1010 1000011 111001

Color Harmonies of #DB5F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F46

Black with #DB5F46

Text Example


Text Example

White with #DB5F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F46; }

 p { color: rgb(219,95,70); }

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

background-color css

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

 a { background-color: rgb(219,95,70); }

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

border-color css

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

 span { border-color: rgb(219,95,70); }

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