#D3CF89

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

Shades of Deco #D3CF89

Tints of Deco #D3CF89

Color information

#D3CF89 (or 0xD3CF89) is unknown color: approx Deco. HEX triplet: D3, CF and 89. RGB value is (211,207,137). Sum of RGB (Red+Green+Blue) = 211+207+137=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CF89 is #2C3076. Grayscale: #C8C8C8. Windows color (decimal): -2895991 or 9031635. OLE color: 9031635.

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

Color convert

RGB211207137-
CMYK00.020.350.17
HSL56.76º45.68%68.24%-
HSV(B)56.76º35.07%82.75%-
XYZ53.6960.2832.47-
YUV200.2292.33135.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=38.02%
G=37.30%
B=24.68%

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
Decimal21120713700.020.350.1756.7645.6868.24
HexD3CF89022311392e44
Octal3233172110243217156104
Binary110100111100111110001001010100011100011110011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CF89; }

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

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

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

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

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

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

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

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