Html Css Color HEX #D9684C Flamingo

📋 copy color: '#D9684C'

red 217 ◦ green 104 ◦ blue 76

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

Shades of Flamingo #D9684C

Tints of Flamingo #D9684C

RGB

 RED value IS 217 (85.16% from 255) = 54.66%

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 54.66%
G = 26.2%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9684C (or 0xD9684C) is known color: Flamingo. HEX triplet: D9, 68 and 4C. RGB value is (217,104,76). Sum of RGB (Red+Green+Blue) = 217+104+76=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9684C is #2697B3. Grayscale: #868686. Windows color (decimal): -2529204 or 5007577. OLE color: 5007577.

HSL color Cylindrical-coordinate representation of color #D9684C: hue angle of 11.91º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9684C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 76 -
CMYK 0 0.52 0.65 0.15
HSL 11.91º 0.65% 0.57% -
HSV(B) 11.91º 0.65% 0.85% -
XYZ 34.87 25.17 9.86 -
YUV 134.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 217 104 76 0 0.52 0.65 0.15 11.91 0.65 0.57
Hex D9 68 4C 0 34 41 F C 41 39
Octal 331 150 114 0 64 101 17 14 101 71
Binary 11011001 1101000 1001100 0 110100 1000001 1111 1100 1000001 111001

Color Harmonies of #D9684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9684C

Black with #D9684C

Text Example


Text Example

White with #D9684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9684C; }

 p { color: rgb(217,104,76); }

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

background-color css

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

 a { background-color: rgb(217,104,76); }

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

border-color css

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

 span { border-color: rgb(217,104,76); }

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