Html Css Color HEX #DB634F Flamingo

📋 copy color: '#DB634F'

red 219 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #DB634F

Tints of Flamingo #DB634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 55.16%
G = 24.94%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB634F (or 0xDB634F) is known color: Flamingo. HEX triplet: DB, 63 and 4F. RGB value is (219,99,79). Sum of RGB (Red+Green+Blue) = 219+99+79=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB634F is #249CB0. Grayscale: #848484. Windows color (decimal): -2399409 or 5202907. OLE color: 5202907.

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

Color convert

RGB 219 99 79 -
CMYK 0 0.55 0.64 0.14
HSL 8.57º 0.66% 0.58% -
HSV(B) 8.57º 0.64% 0.86% -
XYZ 35.09 24.55 10.29 -
YUV 132.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 219 99 79 0 0.55 0.64 0.14 8.57 0.66 0.58
Hex DB 63 4F 0 37 40 E 9 42 3A
Octal 333 143 117 0 67 100 16 11 102 72
Binary 11011011 1100011 1001111 0 110111 1000000 1110 1001 1000010 111010

Color Harmonies of #DB634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB634F

Black with #DB634F

Text Example


Text Example

White with #DB634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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