Html Css Color HEX #DB6148 Flamingo

📋 copy color: '#DB6148'

red 219 ◦ green 97 ◦ blue 72

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

Shades of Flamingo #DB6148

Tints of Flamingo #DB6148

RGB

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

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

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

R = 56.44%
G = 25%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6148 (or 0xDB6148) is known color: Flamingo. HEX triplet: DB, 61 and 48. RGB value is (219,97,72). Sum of RGB (Red+Green+Blue) = 219+97+72=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6148 is #249EB7. Grayscale: #828282. Windows color (decimal): -2399928 or 4743643. OLE color: 4743643.

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

Color convert

RGB 219 97 72 -
CMYK 0 0.56 0.67 0.14
HSL 10.2º 0.67% 0.57% -
HSV(B) 10.2º 0.67% 0.86% -
XYZ 34.66 24.08 8.95 -
YUV 130.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 219 97 72 0 0.56 0.67 0.14 10.2 0.67 0.57
Hex DB 61 48 0 38 43 E A 43 39
Octal 333 141 110 0 70 103 16 12 103 71
Binary 11011011 1100001 1001000 0 111000 1000011 1110 1010 1000011 111001

Color Harmonies of #DB6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6148

Black with #DB6148

Text Example


Text Example

White with #DB6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6148; }

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

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

background-color css

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

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

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

border-color css

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

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

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