#D7DC66

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

Shades of Goldenrod #D7DC66

Tints of Goldenrod #D7DC66

Color information

#D7DC66 (or 0xD7DC66) is unknown color: approx Goldenrod. HEX triplet: D7, DC and 66. RGB value is (215,220,102). Sum of RGB (Red+Green+Blue) = 215+220+102=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC66 is #282399. Grayscale: #CDCDCD. Windows color (decimal): -2630554 or 6741207. OLE color: 6741207.

HSL color Cylindrical-coordinate representation of color #D7DC66: hue angle of 62.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7DC66 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB215220102-
CMYK0.0200.540.14
HSL62.54º62.77%63.14%-
HSV(B)62.54º53.64%86.27%-
XYZ56.0266.5922.47-
YUV205.0569.84135.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 102 (40.23% from 255) = 18.99%
R=40.04%
G=40.97%
B=18.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201020.0200.540.1462.5462.7763.14
HexD7DC662036E3f3f3f
Octal327334146206616777777
Binary110101111101110011001101001101101110111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DC66; }

 p { color: rgb(215,220,102); }

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

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

 a { background-color: rgb(215,220,102); }

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

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

 span { border-color: rgb(215,220,102); }

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