#D0D677

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

Shades of Deco #D0D677

Tints of Deco #D0D677

Color information

#D0D677 (or 0xD0D677) is unknown color: approx Deco. HEX triplet: D0, D6 and 77. RGB value is (208,214,119). Sum of RGB (Red+Green+Blue) = 208+214+119=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D677 is #2F2988. Grayscale: #C9C9C9. Windows color (decimal): -3090825 or 7853776. OLE color: 7853776.

HSL color Cylindrical-coordinate representation of color #D0D677: hue angle of 63.79º degrees, saturation: 0.54, 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 #D0D677 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB208214119-
CMYK0.0300.440.16
HSL63.79º53.67%65.29%-
HSV(B)63.79º44.39%83.92%-
XYZ53.3962.8326.77-
YUV201.3881.51132.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 119 (46.88% from 255) = 22.00%
R=38.45%
G=39.56%
B=22.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141190.0300.440.1663.7953.6765.29
HexD0D677302C10403641
Octal32032616730542010066101
Binary110100001101011011101111101011001000010000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D677; }

 p { color: rgb(208,214,119); }

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

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

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

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

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

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

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