Html Css Color HEX #DB674C Flamingo

📋 copy color: '#DB674C'

red 219 ◦ green 103 ◦ blue 76

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

Shades of Flamingo #DB674C

Tints of Flamingo #DB674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 55.03%
G = 25.88%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB674C (or 0xDB674C) is known color: Flamingo. HEX triplet: DB, 67 and 4C. RGB value is (219,103,76). Sum of RGB (Red+Green+Blue) = 219+103+76=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB674C is #2498B3. Grayscale: #868686. Windows color (decimal): -2398388 or 5007323. OLE color: 5007323.

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

Color convert

RGB 219 103 76 -
CMYK 0 0.53 0.65 0.14
HSL 11.33º 0.67% 0.58% -
HSV(B) 11.33º 0.65% 0.86% -
XYZ 35.37 25.28 9.85 -
YUV 134.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 219 103 76 0 0.53 0.65 0.14 11.33 0.67 0.58
Hex DB 67 4C 0 35 41 E B 43 3A
Octal 333 147 114 0 65 101 16 13 103 72
Binary 11011011 1100111 1001100 0 110101 1000001 1110 1011 1000011 111010

Color Harmonies of #DB674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB674C

Black with #DB674C

Text Example


Text Example

White with #DB674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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