Html Css Color HEX #DB6753 Flamingo

📋 copy color: '#DB6753'

red 219 ◦ green 103 ◦ blue 83

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

Shades of Flamingo #DB6753

Tints of Flamingo #DB6753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

 BLUE value IS 83 (32.81% from 255) = 20.49%

R = 54.07%
G = 25.43%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6753 (or 0xDB6753) is known color: Flamingo. HEX triplet: DB, 67 and 53. RGB value is (219,103,83). Sum of RGB (Red+Green+Blue) = 219+103+83=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6753 is #2498AC. Grayscale: #878787. Windows color (decimal): -2398381 or 5466075. OLE color: 5466075.

HSL color Cylindrical-coordinate representation of color #DB6753: hue angle of 8.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6753 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 83 -
CMYK 0 0.53 0.62 0.14
HSL 8.82º 0.65% 0.59% -
HSV(B) 8.82º 0.62% 0.86% -
XYZ 35.63 25.39 11.21 -
YUV 135.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 219 103 83 0 0.53 0.62 0.14 8.82 0.65 0.59
Hex DB 67 53 0 35 3E E 9 41 3B
Octal 333 147 123 0 65 76 16 11 101 73
Binary 11011011 1100111 1010011 0 110101 111110 1110 1001 1000001 111011

Color Harmonies of #DB6753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6753

Black with #DB6753

Text Example


Text Example

White with #DB6753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6753; }

 p { color: rgb(219,103,83); }

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

background-color css

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

 a { background-color: rgb(219,103,83); }

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

border-color css

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

 span { border-color: rgb(219,103,83); }

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