Html Css Color HEX #DB634A Flamingo

📋 copy color: '#DB634A'

red 219 ◦ green 99 ◦ blue 74

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

Shades of Flamingo #DB634A

Tints of Flamingo #DB634A

RGB

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

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

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

R = 55.87%
G = 25.26%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB634A (or 0xDB634A) is known color: Flamingo. HEX triplet: DB, 63 and 4A. RGB value is (219,99,74). Sum of RGB (Red+Green+Blue) = 219+99+74=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB634A is #249CB5. Grayscale: #848484. Windows color (decimal): -2399414 or 4875227. OLE color: 4875227.

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

Color convert

RGB 219 99 74 -
CMYK 0 0.55 0.66 0.14
HSL 10.34º 0.67% 0.57% -
HSV(B) 10.34º 0.66% 0.86% -
XYZ 34.91 24.48 9.36 -
YUV 132.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 219 99 74 0 0.55 0.66 0.14 10.34 0.67 0.57
Hex DB 63 4A 0 37 42 E A 43 39
Octal 333 143 112 0 67 102 16 12 103 71
Binary 11011011 1100011 1001010 0 110111 1000010 1110 1010 1000011 111001

Color Harmonies of #DB634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB634A

Black with #DB634A

Text Example


Text Example

White with #DB634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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