#D6D67F

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

Shades of Deco #D6D67F

Tints of Deco #D6D67F

Color information

#D6D67F (or 0xD6D67F) is unknown color: approx Deco. HEX triplet: D6, D6 and 7F. RGB value is (214,214,127). Sum of RGB (Red+Green+Blue) = 214+214+127=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D67F is #292980. Grayscale: #CCCCCC. Windows color (decimal): -2697601 or 8378070. OLE color: 8378070.

HSL color Cylindrical-coordinate representation of color #D6D67F: hue angle of 60º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6D67F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214214127-
CMYK000.410.16
HSL60º51.48%66.86%-
HSV(B)60º40.65%83.92%-
XYZ55.6163.9229.49-
YUV204.0884.5135.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 127 (50% from 255) = 22.88%
R=38.56%
G=38.56%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214127000.410.166051.4866.86
HexD6D67F0029103c3343
Octal3263261770051207463103
Binary1101011011010110111111100101001100001111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D67F; }

 p { color: rgb(214,214,127); }

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

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

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

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

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

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

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