#D1DD69

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

Shades of Goldenrod #D1DD69

Tints of Goldenrod #D1DD69

Color information

#D1DD69 (or 0xD1DD69) is unknown color: approx Goldenrod. HEX triplet: D1, DD and 69. RGB value is (209,221,105). Sum of RGB (Red+Green+Blue) = 209+221+105=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD69 is #2E2296. Grayscale: #CCCCCC. Windows color (decimal): -3023511 or 6938065. OLE color: 6938065.

HSL color Cylindrical-coordinate representation of color #D1DD69: hue angle of 66.21º 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 #D1DD69 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB209221105-
CMYK0.0500.520.13
HSL66.21º63.04%63.92%-
HSV(B)66.21º52.49%86.67%-
XYZ54.766.2923.28-
YUV204.1972.02131.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 105 (41.41% from 255) = 19.63%
R=39.07%
G=41.31%
B=19.63%

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
Decimal2092211050.0500.520.1366.2163.0463.92
HexD1DD695034D423f40
Octal32133515150641510277100
Binary110100011101110111010011010110100110110000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD69; }

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

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

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

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

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

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

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

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