Html Css Color HEX #DB6953 Flamingo

📋 copy color: '#DB6953'

red 219 ◦ green 105 ◦ blue 83

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

Shades of Flamingo #DB6953

Tints of Flamingo #DB6953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 53.81%
G = 25.8%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6953 (or 0xDB6953) is known color: Flamingo. HEX triplet: DB, 69 and 53. RGB value is (219,105,83). Sum of RGB (Red+Green+Blue) = 219+105+83=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6953 is #2496AC. Grayscale: #888888. Windows color (decimal): -2397869 or 5466587. OLE color: 5466587.

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

Color convert

RGB 219 105 83 -
CMYK 0 0.52 0.62 0.14
HSL 9.71º 0.65% 0.59% -
HSV(B) 9.71º 0.62% 0.86% -
XYZ 35.83 25.79 11.27 -
YUV 136.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 219 105 83 0 0.52 0.62 0.14 9.71 0.65 0.59
Hex DB 69 53 0 34 3E E A 41 3B
Octal 333 151 123 0 64 76 16 12 101 73
Binary 11011011 1101001 1010011 0 110100 111110 1110 1010 1000001 111011

Color Harmonies of #DB6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6953

Black with #DB6953

Text Example


Text Example

White with #DB6953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6953; }

 p { color: rgb(219,105,83); }

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

background-color css

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

 a { background-color: rgb(219,105,83); }

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

border-color css

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

 span { border-color: rgb(219,105,83); }

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