Html Css Color HEX #DB684F Flamingo

📋 copy color: '#DB684F'

red 219 ◦ green 104 ◦ blue 79

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

Shades of Flamingo #DB684F

Tints of Flamingo #DB684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

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

R = 54.48%
G = 25.87%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB684F (or 0xDB684F) is known color: Flamingo. HEX triplet: DB, 68 and 4F. RGB value is (219,104,79). Sum of RGB (Red+Green+Blue) = 219+104+79=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB684F is #2497B0. Grayscale: #878787. Windows color (decimal): -2398129 or 5204187. OLE color: 5204187.

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

Color convert

RGB 219 104 79 -
CMYK 0 0.53 0.64 0.14
HSL 10.71º 0.66% 0.58% -
HSV(B) 10.71º 0.64% 0.86% -
XYZ 35.58 25.53 10.45 -
YUV 135.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 219 104 79 0 0.53 0.64 0.14 10.71 0.66 0.58
Hex DB 68 4F 0 35 40 E B 42 3A
Octal 333 150 117 0 65 100 16 13 102 72
Binary 11011011 1101000 1001111 0 110101 1000000 1110 1011 1000010 111010

Color Harmonies of #DB684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB684F

Black with #DB684F

Text Example


Text Example

White with #DB684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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