#DDD465

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

Shades of Goldenrod #DDD465

Tints of Goldenrod #DDD465

Color information

#DDD465 (or 0xDDD465) is unknown color: approx Goldenrod. HEX triplet: DD, D4 and 65. RGB value is (221,212,101). Sum of RGB (Red+Green+Blue) = 221+212+101=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD465 is #222B9A. Grayscale: #CACACA. Windows color (decimal): -2239387 or 6673629. OLE color: 6673629.

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

Color convert

RGB221212101-
CMYK00.040.540.13
HSL55.5º63.83%63.14%-
HSV(B)55.5º54.3%86.67%-
XYZ55.7163.421.61-
YUV202.0470.98141.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=41.39%
G=39.70%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121210100.040.540.1355.563.8363.14
HexDDD4650436D38403f
Octal3353241450466157010077
Binary11011101110101001100101010011011011011110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD465; }

 p { color: rgb(221,212,101); }

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

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

 a { background-color: rgb(221,212,101); }

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

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

 span { border-color: rgb(221,212,101); }

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