#D1CF75

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

Shades of Deco #D1CF75

Tints of Deco #D1CF75

Color information

#D1CF75 (or 0xD1CF75) is unknown color: approx Deco. HEX triplet: D1, CF and 75. RGB value is (209,207,117). Sum of RGB (Red+Green+Blue) = 209+207+117=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF75 is #2E308A. Grayscale: #C5C5C5. Windows color (decimal): -3027083 or 7720913. OLE color: 7720913.

HSL color Cylindrical-coordinate representation of color #D1CF75: hue angle of 58.7º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1CF75 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209207117-
CMYK00.010.440.18
HSL58.7º50%63.92%-
HSV(B)58.7º44.02%81.96%-
XYZ51.8259.4725.58-
YUV197.3482.66136.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=39.21%
G=38.84%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920711700.010.440.1858.75063.92
HexD1CF75012C123b3240
Octal3213171650154227362100
Binary1101000111001111111010101101100100101110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF75; }

 p { color: rgb(209,207,117); }

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

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

 a { background-color: rgb(209,207,117); }

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

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

 span { border-color: rgb(209,207,117); }

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