Html Css Color HEX #D7684B Flamingo

📋 copy color: '#D7684B'

red 215 ◦ green 104 ◦ blue 75

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

Shades of Flamingo #D7684B

Tints of Flamingo #D7684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 54.57%
G = 26.4%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7684B (or 0xD7684B) is known color: Flamingo. HEX triplet: D7, 68 and 4B. RGB value is (215,104,75). Sum of RGB (Red+Green+Blue) = 215+104+75=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7684B is #2897B4. Grayscale: #868686. Windows color (decimal): -2660277 or 4942039. OLE color: 4942039.

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

Color convert

RGB 215 104 75 -
CMYK 0 0.52 0.65 0.16
HSL 12.43º 0.64% 0.57% -
HSV(B) 12.43º 0.65% 0.84% -
XYZ 34.24 24.86 9.65 -
YUV 133.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 215 104 75 0 0.52 0.65 0.16 12.43 0.64 0.57
Hex D7 68 4B 0 34 41 10 C 40 39
Octal 327 150 113 0 64 101 20 14 100 71
Binary 11010111 1101000 1001011 0 110100 1000001 10000 1100 1000000 111001

Color Harmonies of #D7684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7684B

Black with #D7684B

Text Example


Text Example

White with #D7684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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