Html Css Color HEX #DB644C Flamingo

📋 copy color: '#DB644C'

red 219 ◦ green 100 ◦ blue 76

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

Shades of Flamingo #DB644C

Tints of Flamingo #DB644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 55.44%
G = 25.32%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB644C (or 0xDB644C) is known color: Flamingo. HEX triplet: DB, 64 and 4C. RGB value is (219,100,76). Sum of RGB (Red+Green+Blue) = 219+100+76=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB644C is #249BB3. Grayscale: #858585. Windows color (decimal): -2399156 or 5006555. OLE color: 5006555.

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

Color convert

RGB 219 100 76 -
CMYK 0 0.54 0.65 0.14
HSL 10.07º 0.67% 0.58% -
HSV(B) 10.07º 0.65% 0.86% -
XYZ 35.08 24.7 9.76 -
YUV 132.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 219 100 76 0 0.54 0.65 0.14 10.07 0.67 0.58
Hex DB 64 4C 0 36 41 E A 43 3A
Octal 333 144 114 0 66 101 16 12 103 72
Binary 11011011 1100100 1001100 0 110110 1000001 1110 1010 1000011 111010

Color Harmonies of #DB644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB644C

Black with #DB644C

Text Example


Text Example

White with #DB644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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