#D1D678

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

Shades of Deco #D1D678

Tints of Deco #D1D678

Color information

#D1D678 (or 0xD1D678) is unknown color: approx Deco. HEX triplet: D1, D6 and 78. RGB value is (209,214,120). Sum of RGB (Red+Green+Blue) = 209+214+120=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D678 is #2E2987. Grayscale: #CACACA. Windows color (decimal): -3025288 or 7919313. OLE color: 7919313.

HSL color Cylindrical-coordinate representation of color #D1D678: hue angle of 63.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1D678 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB209214120-
CMYK0.0200.440.16
HSL63.19º53.41%65.49%-
HSV(B)63.19º43.93%83.92%-
XYZ53.736327.1-
YUV201.7981.84133.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 120 (47.27% from 255) = 22.10%
R=38.49%
G=39.41%
B=22.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141200.0200.440.1663.1953.4165.49
HexD1D678202C103f3541
Octal3213261702054207765101
Binary11010001110101101111000100101100100001111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D678; }

 p { color: rgb(209,214,120); }

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

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

 a { background-color: rgb(209,214,120); }

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

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

 span { border-color: rgb(209,214,120); }

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