Html Css Color HEX #DB6647 Flamingo

📋 copy color: '#DB6647'

red 219 ◦ green 102 ◦ blue 71

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

Shades of Flamingo #DB6647

Tints of Flamingo #DB6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 71 (28.13% from 255) = 18.11%

R = 55.87%
G = 26.02%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6647 (or 0xDB6647) is known color: Flamingo. HEX triplet: DB, 66 and 47. RGB value is (219,102,71). Sum of RGB (Red+Green+Blue) = 219+102+71=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6647 is #2499B8. Grayscale: #858585. Windows color (decimal): -2398649 or 4679387. OLE color: 4679387.

HSL color Cylindrical-coordinate representation of color #DB6647: hue angle of 12.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6647 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 71 -
CMYK 0 0.53 0.68 0.14
HSL 12.57º 0.67% 0.57% -
HSV(B) 12.57º 0.68% 0.86% -
XYZ 35.1 25.02 8.94 -
YUV 133.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 219 102 71 0 0.53 0.68 0.14 12.57 0.67 0.57
Hex DB 66 47 0 35 44 E D 43 39
Octal 333 146 107 0 65 104 16 15 103 71
Binary 11011011 1100110 1000111 0 110101 1000100 1110 1101 1000011 111001

Color Harmonies of #DB6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6647

Black with #DB6647

Text Example


Text Example

White with #DB6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6647; }

 p { color: rgb(219,102,71); }

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

background-color css

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

 a { background-color: rgb(219,102,71); }

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

border-color css

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

 span { border-color: rgb(219,102,71); }

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