Html Css Color HEX #DB6948 Flamingo

📋 copy color: '#DB6948'

red 219 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #DB6948

Tints of Flamingo #DB6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

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

R = 55.3%
G = 26.52%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6948 (or 0xDB6948) is known color: Flamingo. HEX triplet: DB, 69 and 48. RGB value is (219,105,72). Sum of RGB (Red+Green+Blue) = 219+105+72=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6948 is #2496B7. Grayscale: #878787. Windows color (decimal): -2397880 or 4745691. OLE color: 4745691.

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

Color convert

RGB 219 105 72 -
CMYK 0 0.52 0.67 0.14
HSL 13.47º 0.67% 0.57% -
HSV(B) 13.47º 0.67% 0.86% -
XYZ 35.43 25.63 9.21 -
YUV 135.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 219 105 72 0 0.52 0.67 0.14 13.47 0.67 0.57
Hex DB 69 48 0 34 43 E D 43 39
Octal 333 151 110 0 64 103 16 15 103 71
Binary 11011011 1101001 1001000 0 110100 1000011 1110 1101 1000011 111001

Color Harmonies of #DB6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6948

Black with #DB6948

Text Example


Text Example

White with #DB6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6948; }

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

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

background-color css

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

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

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

border-color css

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

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

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