Html Css Color HEX #DB6546 Flamingo

📋 copy color: '#DB6546'

red 219 ◦ green 101 ◦ blue 70

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

Shades of Flamingo #DB6546

Tints of Flamingo #DB6546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 56.15%
G = 25.9%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6546 (or 0xDB6546) is known color: Flamingo. HEX triplet: DB, 65 and 46. RGB value is (219,101,70). Sum of RGB (Red+Green+Blue) = 219+101+70=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6546 is #249AB9. Grayscale: #848484. Windows color (decimal): -2398906 or 4613595. OLE color: 4613595.

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

Color convert

RGB 219 101 70 -
CMYK 0 0.54 0.68 0.14
HSL 12.48º 0.67% 0.57% -
HSV(B) 12.48º 0.68% 0.86% -
XYZ 34.97 24.81 8.74 -
YUV 132.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 219 101 70 0 0.54 0.68 0.14 12.48 0.67 0.57
Hex DB 65 46 0 36 44 E C 43 39
Octal 333 145 106 0 66 104 16 14 103 71
Binary 11011011 1100101 1000110 0 110110 1000100 1110 1100 1000011 111001

Color Harmonies of #DB6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6546

Black with #DB6546

Text Example


Text Example

White with #DB6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6546; }

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

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

background-color css

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

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

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

border-color css

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

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

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