Html Css Color HEX #DB6848 Flamingo

📋 copy color: '#DB6848'

red 219 ◦ green 104 ◦ blue 72

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

Shades of Flamingo #DB6848

Tints of Flamingo #DB6848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 55.44%
G = 26.33%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6848 (or 0xDB6848) is known color: Flamingo. HEX triplet: DB, 68 and 48. RGB value is (219,104,72). Sum of RGB (Red+Green+Blue) = 219+104+72=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6848 is #2497B7. Grayscale: #868686. Windows color (decimal): -2398136 or 4745435. OLE color: 4745435.

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

Color convert

RGB 219 104 72 -
CMYK 0 0.53 0.67 0.14
HSL 13.06º 0.67% 0.57% -
HSV(B) 13.06º 0.67% 0.86% -
XYZ 35.33 25.43 9.18 -
YUV 134.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 219 104 72 0 0.53 0.67 0.14 13.06 0.67 0.57
Hex DB 68 48 0 35 43 E D 43 39
Octal 333 150 110 0 65 103 16 15 103 71
Binary 11011011 1101000 1001000 0 110101 1000011 1110 1101 1000011 111001

Color Harmonies of #DB6848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6848

Black with #DB6848

Text Example


Text Example

White with #DB6848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6848; }

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

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

background-color css

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

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

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

border-color css

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

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

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