Html Css Color HEX #DB6244 Flamingo

📋 copy color: '#DB6244'

red 219 ◦ green 98 ◦ blue 68

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

Shades of Flamingo #DB6244

Tints of Flamingo #DB6244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 68 (26.95% from 255) = 17.66%

R = 56.88%
G = 25.45%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB6244 (or 0xDB6244) is known color: Flamingo. HEX triplet: DB, 62 and 44. RGB value is (219,98,68). Sum of RGB (Red+Green+Blue) = 219+98+68=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6244 is #249DBB. Grayscale: #838383. Windows color (decimal): -2399676 or 4481755. OLE color: 4481755.

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

Color convert

RGB 219 98 68 -
CMYK 0 0.55 0.69 0.14
HSL 11.92º 0.68% 0.56% -
HSV(B) 11.92º 0.69% 0.86% -
XYZ 34.62 24.21 8.32 -
YUV 130.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 219 98 68 0 0.55 0.69 0.14 11.92 0.68 0.56
Hex DB 62 44 0 37 45 E C 44 38
Octal 333 142 104 0 67 105 16 14 104 70
Binary 11011011 1100010 1000100 0 110111 1000101 1110 1100 1000100 111000

Color Harmonies of #DB6244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6244

Black with #DB6244

Text Example


Text Example

White with #DB6244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6244; }

 p { color: rgb(219,98,68); }

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

background-color css

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

 a { background-color: rgb(219,98,68); }

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

border-color css

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

 span { border-color: rgb(219,98,68); }

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