Html Css Color HEX #DB6145 Flamingo

📋 copy color: '#DB6145'

red 219 ◦ green 97 ◦ blue 69

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

Shades of Flamingo #DB6145

Tints of Flamingo #DB6145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 56.88%
G = 25.19%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6145 (or 0xDB6145) is known color: Flamingo. HEX triplet: DB, 61 and 45. RGB value is (219,97,69). Sum of RGB (Red+Green+Blue) = 219+97+69=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6145 is #249EBA. Grayscale: #828282. Windows color (decimal): -2399931 or 4547035. OLE color: 4547035.

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

Color convert

RGB 219 97 69 -
CMYK 0 0.56 0.68 0.14
HSL 11.2º 0.68% 0.56% -
HSV(B) 11.2º 0.68% 0.86% -
XYZ 34.56 24.04 8.45 -
YUV 130.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 219 97 69 0 0.56 0.68 0.14 11.2 0.68 0.56
Hex DB 61 45 0 38 44 E B 44 38
Octal 333 141 105 0 70 104 16 13 104 70
Binary 11011011 1100001 1000101 0 111000 1000100 1110 1011 1000100 111000

Color Harmonies of #DB6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6145

Black with #DB6145

Text Example


Text Example

White with #DB6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6145; }

 p { color: rgb(219,97,69); }

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

background-color css

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

 a { background-color: rgb(219,97,69); }

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

border-color css

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

 span { border-color: rgb(219,97,69); }

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