Html Css Color HEX #D7684A Flamingo

📋 copy color: '#D7684A'

red 215 ◦ green 104 ◦ blue 74

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

Shades of Flamingo #D7684A

Tints of Flamingo #D7684A

RGB

 RED value IS 215 (84.38% from 255) = 54.71%

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

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

R = 54.71%
G = 26.46%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7684A (or 0xD7684A) is known color: Flamingo. HEX triplet: D7, 68 and 4A. RGB value is (215,104,74). Sum of RGB (Red+Green+Blue) = 215+104+74=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7684A is #2897B5. Grayscale: #868686. Windows color (decimal): -2660278 or 4876503. OLE color: 4876503.

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

Color convert

RGB 215 104 74 -
CMYK 0 0.52 0.66 0.16
HSL 12.77º 0.64% 0.57% -
HSV(B) 12.77º 0.66% 0.84% -
XYZ 34.21 24.84 9.47 -
YUV 133.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 215 104 74 0 0.52 0.66 0.16 12.77 0.64 0.57
Hex D7 68 4A 0 34 42 10 D 40 39
Octal 327 150 112 0 64 102 20 15 100 71
Binary 11010111 1101000 1001010 0 110100 1000010 10000 1101 1000000 111001

Color Harmonies of #D7684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7684A

Black with #D7684A

Text Example


Text Example

White with #D7684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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