Html Css Color HEX #DB6043 Flamingo

📋 copy color: '#DB6043'

red 219 ◦ green 96 ◦ blue 67

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

Shades of Flamingo #DB6043

Tints of Flamingo #DB6043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 57.33%
G = 25.13%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB6043 (or 0xDB6043) is known color: Flamingo. HEX triplet: DB, 60 and 43. RGB value is (219,96,67). Sum of RGB (Red+Green+Blue) = 219+96+67=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6043 is #249FBC. Grayscale: #818181. Windows color (decimal): -2400189 or 4415707. OLE color: 4415707.

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

Color convert

RGB 219 96 67 -
CMYK 0 0.56 0.69 0.14
HSL 11.45º 0.68% 0.56% -
HSV(B) 11.45º 0.69% 0.86% -
XYZ 34.41 23.83 8.1 -
YUV 129.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 219 96 67 0 0.56 0.69 0.14 11.45 0.68 0.56
Hex DB 60 43 0 38 45 E B 44 38
Octal 333 140 103 0 70 105 16 13 104 70
Binary 11011011 1100000 1000011 0 111000 1000101 1110 1011 1000100 111000

Color Harmonies of #DB6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6043

Black with #DB6043

Text Example


Text Example

White with #DB6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6043; }

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

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

background-color css

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

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

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

border-color css

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

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

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