Html Css Color HEX #DB6548 Flamingo

📋 copy color: '#DB6548'

red 219 ◦ green 101 ◦ blue 72

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

Shades of Flamingo #DB6548

Tints of Flamingo #DB6548

RGB

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

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

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

R = 55.87%
G = 25.77%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6548 (or 0xDB6548) is known color: Flamingo. HEX triplet: DB, 65 and 48. RGB value is (219,101,72). Sum of RGB (Red+Green+Blue) = 219+101+72=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6548 is #249AB7. Grayscale: #858585. Windows color (decimal): -2398904 or 4744667. OLE color: 4744667.

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

Color convert

RGB 219 101 72 -
CMYK 0 0.54 0.67 0.14
HSL 11.84º 0.67% 0.57% -
HSV(B) 11.84º 0.67% 0.86% -
XYZ 35.04 24.84 9.08 -
YUV 132.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 219 101 72 0 0.54 0.67 0.14 11.84 0.67 0.57
Hex DB 65 48 0 36 43 E C 43 39
Octal 333 145 110 0 66 103 16 14 103 71
Binary 11011011 1100101 1001000 0 110110 1000011 1110 1100 1000011 111001

Color Harmonies of #DB6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6548

Black with #DB6548

Text Example


Text Example

White with #DB6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6548; }

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

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

background-color css

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

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

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

border-color css

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

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

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