Html Css Color HEX #DB624C Flamingo

📋 copy color: '#DB624C'

red 219 ◦ green 98 ◦ blue 76

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

Shades of Flamingo #DB624C

Tints of Flamingo #DB624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 55.73%
G = 24.94%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB624C (or 0xDB624C) is known color: Flamingo. HEX triplet: DB, 62 and 4C. RGB value is (219,98,76). Sum of RGB (Red+Green+Blue) = 219+98+76=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB624C is #249DB3. Grayscale: #838383. Windows color (decimal): -2399668 or 5006043. OLE color: 5006043.

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

Color convert

RGB 219 98 76 -
CMYK 0 0.55 0.65 0.14
HSL 9.23º 0.67% 0.58% -
HSV(B) 9.23º 0.65% 0.86% -
XYZ 34.89 24.32 9.69 -
YUV 131.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 219 98 76 0 0.55 0.65 0.14 9.23 0.67 0.58
Hex DB 62 4C 0 37 41 E 9 43 3A
Octal 333 142 114 0 67 101 16 11 103 72
Binary 11011011 1100010 1001100 0 110111 1000001 1110 1001 1000011 111010

Color Harmonies of #DB624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB624C

Black with #DB624C

Text Example


Text Example

White with #DB624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB624C; }

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

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

background-color css

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

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

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

border-color css

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

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

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