Html Css Color HEX #DB6343 Flamingo

📋 copy color: '#DB6343'

red 219 ◦ green 99 ◦ blue 67

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

Shades of Flamingo #DB6343

Tints of Flamingo #DB6343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

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

R = 56.88%
G = 25.71%
B = 17.4%

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

#DB6343 (or 0xDB6343) is known color: Flamingo. HEX triplet: DB, 63 and 43. RGB value is (219,99,67). Sum of RGB (Red+Green+Blue) = 219+99+67=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6343 is #249CBC. Grayscale: #838383. Windows color (decimal): -2399421 or 4416475. OLE color: 4416475.

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

Color convert

RGB 219 99 67 -
CMYK 0 0.55 0.69 0.14
HSL 12.63º 0.68% 0.56% -
HSV(B) 12.63º 0.69% 0.86% -
XYZ 34.69 24.39 8.19 -
YUV 131.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 219 99 67 0 0.55 0.69 0.14 12.63 0.68 0.56
Hex DB 63 43 0 37 45 E D 44 38
Octal 333 143 103 0 67 105 16 15 104 70
Binary 11011011 1100011 1000011 0 110111 1000101 1110 1101 1000100 111000

Color Harmonies of #DB6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6343

Black with #DB6343

Text Example


Text Example

White with #DB6343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6343; }

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

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

background-color css

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

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

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

border-color css

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

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

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