Html Css Color HEX #DB6A4A Flamingo

📋 copy color: '#DB6A4A'

red 219 ◦ green 106 ◦ blue 74

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

Shades of Flamingo #DB6A4A

Tints of Flamingo #DB6A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 54.89%
G = 26.57%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB6A4A (or 0xDB6A4A) is known color: Flamingo. HEX triplet: DB, 6A and 4A. RGB value is (219,106,74). Sum of RGB (Red+Green+Blue) = 219+106+74=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A4A is #2495B5. Grayscale: #888888. Windows color (decimal): -2397622 or 4877019. OLE color: 4877019.

HSL color Cylindrical-coordinate representation of color #DB6A4A: hue angle of 13.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB6A4A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 106 74 -
CMYK 0 0.52 0.66 0.14
HSL 13.24º 0.67% 0.57% -
HSV(B) 13.24º 0.66% 0.86% -
XYZ 35.6 25.86 9.59 -
YUV 136.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 219 106 74 0 0.52 0.66 0.14 13.24 0.67 0.57
Hex DB 6A 4A 0 34 42 E D 43 39
Octal 333 152 112 0 64 102 16 15 103 71
Binary 11011011 1101010 1001010 0 110100 1000010 1110 1101 1000011 111001

Color Harmonies of #DB6A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A4A

Black with #DB6A4A

Text Example


Text Example

White with #DB6A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A4A; }

 p { color: rgb(219,106,74); }

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

background-color css

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

 a { background-color: rgb(219,106,74); }

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

border-color css

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

 span { border-color: rgb(219,106,74); }

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