Html Css Color HEX #DB6B48 Flamingo

📋 copy color: '#DB6B48'

red 219 ◦ green 107 ◦ blue 72

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

Shades of Flamingo #DB6B48

Tints of Flamingo #DB6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 55.03%
G = 26.88%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6B48 (or 0xDB6B48) is known color: Flamingo. HEX triplet: DB, 6B and 48. RGB value is (219,107,72). Sum of RGB (Red+Green+Blue) = 219+107+72=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B48 is #2494B7. Grayscale: #888888. Windows color (decimal): -2397368 or 4746203. OLE color: 4746203.

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

Color convert

RGB 219 107 72 -
CMYK 0 0.51 0.67 0.14
HSL 14.29º 0.67% 0.57% -
HSV(B) 14.29º 0.67% 0.86% -
XYZ 35.64 26.04 9.28 -
YUV 136.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 219 107 72 0 0.51 0.67 0.14 14.29 0.67 0.57
Hex DB 6B 48 0 33 43 E E 43 39
Octal 333 153 110 0 63 103 16 16 103 71
Binary 11011011 1101011 1001000 0 110011 1000011 1110 1110 1000011 111001

Color Harmonies of #DB6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B48

Black with #DB6B48

Text Example


Text Example

White with #DB6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B48; }

 p { color: rgb(219,107,72); }

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

background-color css

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

 a { background-color: rgb(219,107,72); }

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

border-color css

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

 span { border-color: rgb(219,107,72); }

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