Html Css Color HEX #DB6648 Flamingo

📋 copy color: '#DB6648'

red 219 ◦ green 102 ◦ blue 72

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

Shades of Flamingo #DB6648

Tints of Flamingo #DB6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 55.73%
G = 25.95%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6648 (or 0xDB6648) is known color: Flamingo. HEX triplet: DB, 66 and 48. RGB value is (219,102,72). Sum of RGB (Red+Green+Blue) = 219+102+72=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6648 is #2499B7. Grayscale: #858585. Windows color (decimal): -2398648 or 4744923. OLE color: 4744923.

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

Color convert

RGB 219 102 72 -
CMYK 0 0.53 0.67 0.14
HSL 12.24º 0.67% 0.57% -
HSV(B) 12.24º 0.67% 0.86% -
XYZ 35.13 25.03 9.11 -
YUV 133.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 219 102 72 0 0.53 0.67 0.14 12.24 0.67 0.57
Hex DB 66 48 0 35 43 E C 43 39
Octal 333 146 110 0 65 103 16 14 103 71
Binary 11011011 1100110 1001000 0 110101 1000011 1110 1100 1000011 111001

Color Harmonies of #DB6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6648

Black with #DB6648

Text Example


Text Example

White with #DB6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6648; }

 p { color: rgb(219,102,72); }

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

background-color css

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

 a { background-color: rgb(219,102,72); }

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

border-color css

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

 span { border-color: rgb(219,102,72); }

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