#D4CF89

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

Shades of Deco #D4CF89

Tints of Deco #D4CF89

Color information

#D4CF89 (or 0xD4CF89) is unknown color: approx Deco. HEX triplet: D4, CF and 89. RGB value is (212,207,137). Sum of RGB (Red+Green+Blue) = 212+207+137=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CF89 is #2B3076. Grayscale: #C8C8C8. Windows color (decimal): -2830455 or 9031636. OLE color: 9031636.

HSL color Cylindrical-coordinate representation of color #D4CF89: hue angle of 56º 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 #D4CF89 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212207137-
CMYK00.020.350.17
HSL56º46.58%68.43%-
HSV(B)56º35.38%83.14%-
XYZ53.9860.4332.49-
YUV200.5292.16136.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 137 (53.91% from 255) = 24.64%
R=38.13%
G=37.23%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220713700.020.350.175646.5868.43
HexD4CF89022311382f44
Octal3243172110243217057104
Binary110101001100111110001001010100011100011110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF89; }

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

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

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

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

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

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

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

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