Html Css Color HEX #DB644A Flamingo

📋 copy color: '#DB644A'

red 219 ◦ green 100 ◦ blue 74

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

Shades of Flamingo #DB644A

Tints of Flamingo #DB644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 55.73%
G = 25.45%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB644A (or 0xDB644A) is known color: Flamingo. HEX triplet: DB, 64 and 4A. RGB value is (219,100,74). Sum of RGB (Red+Green+Blue) = 219+100+74=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB644A is #249BB5. Grayscale: #848484. Windows color (decimal): -2399158 or 4875483. OLE color: 4875483.

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

Color convert

RGB 219 100 74 -
CMYK 0 0.54 0.66 0.14
HSL 10.76º 0.67% 0.57% -
HSV(B) 10.76º 0.66% 0.86% -
XYZ 35.01 24.67 9.4 -
YUV 132.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 219 100 74 0 0.54 0.66 0.14 10.76 0.67 0.57
Hex DB 64 4A 0 36 42 E B 43 39
Octal 333 144 112 0 66 102 16 13 103 71
Binary 11011011 1100100 1001010 0 110110 1000010 1110 1011 1000011 111001

Color Harmonies of #DB644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB644A

Black with #DB644A

Text Example


Text Example

White with #DB644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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