Html Css Color HEX #DB6D4B Flamingo

📋 copy color: '#DB6D4B'

red 219 ◦ green 109 ◦ blue 75

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

Shades of Flamingo #DB6D4B

Tints of Flamingo #DB6D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 75 (29.69% from 255) = 18.61%

R = 54.34%
G = 27.05%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB6D4B (or 0xDB6D4B) is known color: Flamingo. HEX triplet: DB, 6D and 4B. RGB value is (219,109,75). Sum of RGB (Red+Green+Blue) = 219+109+75=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D4B is #2492B4. Grayscale: #8A8A8A. Windows color (decimal): -2396853 or 4943323. OLE color: 4943323.

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

Color convert

RGB 219 109 75 -
CMYK 0 0.50 0.66 0.14
HSL 14.17º 0.67% 0.58% -
HSV(B) 14.17º 0.66% 0.86% -
XYZ 35.95 26.51 9.88 -
YUV 138.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 219 109 75 0 0.50 0.66 0.14 14.17 0.67 0.58
Hex DB 6D 4B 0 32 42 E E 43 3A
Octal 333 155 113 0 62 102 16 16 103 72
Binary 11011011 1101101 1001011 0 110010 1000010 1110 1110 1000011 111010

Color Harmonies of #DB6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D4B

Black with #DB6D4B

Text Example


Text Example

White with #DB6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D4B; }

 p { color: rgb(219,109,75); }

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

background-color css

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

 a { background-color: rgb(219,109,75); }

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

border-color css

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

 span { border-color: rgb(219,109,75); }

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