Html Css Color HEX #D9684A Flamingo

📋 copy color: '#D9684A'

red 217 ◦ green 104 ◦ blue 74

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

Shades of Flamingo #D9684A

Tints of Flamingo #D9684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 54.94%
G = 26.33%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9684A (or 0xD9684A) is known color: Flamingo. HEX triplet: D9, 68 and 4A. RGB value is (217,104,74). Sum of RGB (Red+Green+Blue) = 217+104+74=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9684A is #2697B5. Grayscale: #868686. Windows color (decimal): -2529206 or 4876505. OLE color: 4876505.

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

Color convert

RGB 217 104 74 -
CMYK 0 0.52 0.66 0.15
HSL 12.59º 0.65% 0.57% -
HSV(B) 12.59º 0.66% 0.85% -
XYZ 34.8 25.15 9.5 -
YUV 134.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 217 104 74 0 0.52 0.66 0.15 12.59 0.65 0.57
Hex D9 68 4A 0 34 42 F D 41 39
Octal 331 150 112 0 64 102 17 15 101 71
Binary 11011001 1101000 1001010 0 110100 1000010 1111 1101 1000001 111001

Color Harmonies of #D9684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9684A

Black with #D9684A

Text Example


Text Example

White with #D9684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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