Html Css Color HEX #DB634C Flamingo

📋 copy color: '#DB634C'

red 219 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #DB634C

Tints of Flamingo #DB634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 55.58%
G = 25.13%
B = 19.29%

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

#DB634C (or 0xDB634C) is known color: Flamingo. HEX triplet: DB, 63 and 4C. RGB value is (219,99,76). Sum of RGB (Red+Green+Blue) = 219+99+76=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB634C is #249CB3. Grayscale: #848484. Windows color (decimal): -2399412 or 5006299. OLE color: 5006299.

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

Color convert

RGB 219 99 76 -
CMYK 0 0.55 0.65 0.14
HSL 9.65º 0.67% 0.58% -
HSV(B) 9.65º 0.65% 0.86% -
XYZ 34.98 24.51 9.72 -
YUV 132.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 219 99 76 0 0.55 0.65 0.14 9.65 0.67 0.58
Hex DB 63 4C 0 37 41 E A 43 3A
Octal 333 143 114 0 67 101 16 12 103 72
Binary 11011011 1100011 1001100 0 110111 1000001 1110 1010 1000011 111010

Color Harmonies of #DB634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB634C

Black with #DB634C

Text Example


Text Example

White with #DB634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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