#D7674E

Color #D7674E Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #D7674E

Tints of Flamingo #D7674E

Color information

#D7674E (or 0xD7674E) is unknown color: approx Flamingo. HEX triplet: D7, 67 and 4E. RGB value is (215,103,78). Sum of RGB (Red+Green+Blue) = 215+103+78=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7674E is #2898B1. Grayscale: #858585. Windows color (decimal): -2660530 or 5138391. OLE color: 5138391.

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

Color convert

RGB21510378-
CMYK00.520.640.16
HSL10.95º63.13%57.45%-
HSV(B)10.95º63.72%84.31%-
XYZ34.2524.710.17-
YUV133.6496.61186.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.29%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=54.29%
G=26.01%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151037800.520.640.1610.9563.1357.45
HexD7674E0344010b3f39
Octal32714711606410020137771
Binary110101111100111100111001101001000000100001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7674E; }

 p { color: rgb(215,103,78); }

 H1.HeaderClassName
 {
   color: #D7674E;
 }
 .AnyTagClassName
 {
   color: #D7674E;
 }
</style>
background-color css

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

 a { background-color: rgb(215,103,78); }

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

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

 span { border-color: rgb(215,103,78); }

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