#D1DD6B

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

Shades of Goldenrod #D1DD6B

Tints of Goldenrod #D1DD6B

Color information

#D1DD6B (or 0xD1DD6B) is unknown color: approx Goldenrod. HEX triplet: D1, DD and 6B. RGB value is (209,221,107). Sum of RGB (Red+Green+Blue) = 209+221+107=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD6B is #2E2294. Grayscale: #CCCCCC. Windows color (decimal): -3023509 or 7069137. OLE color: 7069137.

HSL color Cylindrical-coordinate representation of color #D1DD6B: hue angle of 66.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1DD6B is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB209221107-
CMYK0.0500.520.13
HSL66.32º62.64%64.31%-
HSV(B)66.32º51.58%86.67%-
XYZ54.866.3323.82-
YUV204.4273.02131.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 107 (42.19% from 255) = 19.93%
R=38.92%
G=41.15%
B=19.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211070.0500.520.1366.3262.6464.31
HexD1DD6B5034D423f40
Octal32133515350641510277100
Binary110100011101110111010111010110100110110000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD6B; }

 p { color: rgb(209,221,107); }

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

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

 a { background-color: rgb(209,221,107); }

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

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

 span { border-color: rgb(209,221,107); }

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