#DDD467

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

Shades of Goldenrod #DDD467

Tints of Goldenrod #DDD467

Color information

#DDD467 (or 0xDDD467) is unknown color: approx Goldenrod. HEX triplet: DD, D4 and 67. RGB value is (221,212,103). Sum of RGB (Red+Green+Blue) = 221+212+103=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD467 is #222B98. Grayscale: #CACACA. Windows color (decimal): -2239385 or 6804701. OLE color: 6804701.

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

Color convert

RGB221212103-
CMYK00.040.530.13
HSL55.42º63.44%63.53%-
HSV(B)55.42º53.39%86.67%-
XYZ55.8163.4422.14-
YUV202.2671.98141.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 103 (40.62% from 255) = 19.22%
R=41.23%
G=39.55%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121210300.040.530.1355.4263.4463.53
HexDDD4670435D373f40
Octal3353241470465156777100
Binary11011101110101001100111010011010111011101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD467; }

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

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

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

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

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

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

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

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