Html Css Color HEX #DB6142 Flamingo

📋 copy color: '#DB6142'

red 219 ◦ green 97 ◦ blue 66

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

Shades of Flamingo #DB6142

Tints of Flamingo #DB6142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 57.33%
G = 25.39%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB6142 (or 0xDB6142) is known color: Flamingo. HEX triplet: DB, 61 and 42. RGB value is (219,97,66). Sum of RGB (Red+Green+Blue) = 219+97+66=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6142 is #249EBD. Grayscale: #828282. Windows color (decimal): -2399934 or 4350427. OLE color: 4350427.

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

Color convert

RGB 219 97 66 -
CMYK 0 0.56 0.70 0.14
HSL 12.16º 0.68% 0.56% -
HSV(B) 12.16º 0.7% 0.86% -
XYZ 34.47 24 7.97 -
YUV 129.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 219 97 66 0 0.56 0.70 0.14 12.16 0.68 0.56
Hex DB 61 42 0 38 46 E C 44 38
Octal 333 141 102 0 70 106 16 14 104 70
Binary 11011011 1100001 1000010 0 111000 1000110 1110 1100 1000100 111000

Color Harmonies of #DB6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6142

Black with #DB6142

Text Example


Text Example

White with #DB6142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6142; }

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

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

background-color css

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

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

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

border-color css

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

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

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