#D8694D

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

Shades of Flamingo #D8694D

Tints of Flamingo #D8694D

Color information

#D8694D (or 0xD8694D) is unknown color: approx Flamingo. HEX triplet: D8, 69 and 4D. RGB value is (216,105,77). Sum of RGB (Red+Green+Blue) = 216+105+77=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8694D is #2796B2. Grayscale: #878787. Windows color (decimal): -2594483 or 5073368. OLE color: 5073368.

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

Color convert

RGB21610577-
CMYK00.510.640.15
HSL12.09º64.06%57.45%-
HSV(B)12.09º64.35%84.71%-
XYZ34.7125.2410.06-
YUV13595.27185.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.27%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=54.27%
G=26.38%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161057700.510.640.1512.0964.0657.45
HexD8694D03340Fc4039
Octal330151115063100171410071
Binary110110001101001100110101100111000000111111001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8694D; }

 p { color: rgb(216,105,77); }

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

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

 a { background-color: rgb(216,105,77); }

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

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

 span { border-color: rgb(216,105,77); }

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