Html Css Color HEX #DB6752 Flamingo

📋 copy color: '#DB6752'

red 219 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #DB6752

Tints of Flamingo #DB6752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 54.21%
G = 25.5%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6752 (or 0xDB6752) is known color: Flamingo. HEX triplet: DB, 67 and 52. RGB value is (219,103,82). Sum of RGB (Red+Green+Blue) = 219+103+82=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6752 is #2498AD. Grayscale: #878787. Windows color (decimal): -2398382 or 5400539. OLE color: 5400539.

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

Color convert

RGB 219 103 82 -
CMYK 0 0.53 0.63 0.14
HSL 9.2º 0.66% 0.59% -
HSV(B) 9.2º 0.63% 0.86% -
XYZ 35.59 25.37 11 -
YUV 135.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 219 103 82 0 0.53 0.63 0.14 9.2 0.66 0.59
Hex DB 67 52 0 35 3F E 9 42 3B
Octal 333 147 122 0 65 77 16 11 102 73
Binary 11011011 1100111 1010010 0 110101 111111 1110 1001 1000010 111011

Color Harmonies of #DB6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6752

Black with #DB6752

Text Example


Text Example

White with #DB6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6752; }

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

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

background-color css

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

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

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

border-color css

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

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

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