Html Css Color HEX #DB5C48 Flamingo

📋 copy color: '#DB5C48'

red 219 ◦ green 92 ◦ blue 72

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

Shades of Flamingo #DB5C48

Tints of Flamingo #DB5C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.02%

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

R = 57.18%
G = 24.02%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5C48 (or 0xDB5C48) is known color: Flamingo. HEX triplet: DB, 5C and 48. RGB value is (219,92,72). Sum of RGB (Red+Green+Blue) = 219+92+72=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C48 is #24A3B7. Grayscale: #7F7F7F. Windows color (decimal): -2401208 or 4742363. OLE color: 4742363.

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

Color convert

RGB 219 92 72 -
CMYK 0 0.58 0.67 0.14
HSL 8.16º 0.67% 0.57% -
HSV(B) 8.16º 0.67% 0.86% -
XYZ 34.21 23.18 8.8 -
YUV 127.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 219 92 72 0 0.58 0.67 0.14 8.16 0.67 0.57
Hex DB 5C 48 0 3A 43 E 8 43 39
Octal 333 134 110 0 72 103 16 10 103 71
Binary 11011011 1011100 1001000 0 111010 1000011 1110 1000 1000011 111001

Color Harmonies of #DB5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C48

Black with #DB5C48

Text Example


Text Example

White with #DB5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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