#D4CE89

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

Shades of Deco #D4CE89

Tints of Deco #D4CE89

Color information

#D4CE89 (or 0xD4CE89) is unknown color: approx Deco. HEX triplet: D4, CE and 89. RGB value is (212,206,137). Sum of RGB (Red+Green+Blue) = 212+206+137=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CE89 is #2B3176. Grayscale: #C8C8C8. Windows color (decimal): -2830711 or 9031380. OLE color: 9031380.

HSL color Cylindrical-coordinate representation of color #D4CE89: hue angle of 55.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4CE89 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212206137-
CMYK00.030.350.17
HSL55.2º46.58%68.43%-
HSV(B)55.2º35.38%83.14%-
XYZ53.7459.9532.41-
YUV199.9392.49136.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=38.20%
G=37.12%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220613700.030.350.1755.246.5868.43
HexD4CE89032311372f44
Octal3243162110343216757104
Binary110101001100111010001001011100011100011101111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE89; }

 p { color: rgb(212,206,137); }

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

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

 a { background-color: rgb(212,206,137); }

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

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

 span { border-color: rgb(212,206,137); }

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