#DDD369

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

Shades of Goldenrod #DDD369

Tints of Goldenrod #DDD369

Color information

#DDD369 (or 0xDDD369) is unknown color: approx Goldenrod. HEX triplet: DD, D3 and 69. RGB value is (221,211,105). Sum of RGB (Red+Green+Blue) = 221+211+105=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD369 is #222C96. Grayscale: #CACACA. Windows color (decimal): -2239639 or 6935517. OLE color: 6935517.

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

Color convert

RGB221211105-
CMYK00.050.520.13
HSL54.83º63.04%63.92%-
HSV(B)54.83º52.49%86.67%-
XYZ55.6662.9822.59-
YUV201.9173.31141.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=41.15%
G=39.29%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121110500.050.520.1354.8363.0463.92
HexDDD3690534D373f40
Octal3353231510564156777100
Binary11011101110100111101001010111010011011101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD369; }

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

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

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

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

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

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

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

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