Html Css Color HEX #DB6045 Flamingo

📋 copy color: '#DB6045'

red 219 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #DB6045

Tints of Flamingo #DB6045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

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

R = 57.03%
G = 25%
B = 17.97%

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

#DB6045 (or 0xDB6045) is known color: Flamingo. HEX triplet: DB, 60 and 45. RGB value is (219,96,69). Sum of RGB (Red+Green+Blue) = 219+96+69=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6045 is #249FBA. Grayscale: #818181. Windows color (decimal): -2400187 or 4546779. OLE color: 4546779.

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

Color convert

RGB 219 96 69 -
CMYK 0 0.56 0.68 0.14
HSL 10.8º 0.68% 0.56% -
HSV(B) 10.8º 0.68% 0.86% -
XYZ 34.47 23.86 8.42 -
YUV 129.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 219 96 69 0 0.56 0.68 0.14 10.8 0.68 0.56
Hex DB 60 45 0 38 44 E B 44 38
Octal 333 140 105 0 70 104 16 13 104 70
Binary 11011011 1100000 1000101 0 111000 1000100 1110 1011 1000100 111000

Color Harmonies of #DB6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6045

Black with #DB6045

Text Example


Text Example

White with #DB6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6045; }

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

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

background-color css

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

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

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

border-color css

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

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

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