#DDDE67

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

Shades of Goldenrod #DDDE67

Tints of Goldenrod #DDDE67

Color information

#DDDE67 (or 0xDDDE67) is unknown color: approx Goldenrod. HEX triplet: DD, DE and 67. RGB value is (221,222,103). Sum of RGB (Red+Green+Blue) = 221+222+103=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE67 is #222198. Grayscale: #D0D0D0. Windows color (decimal): -2236825 or 6807261. OLE color: 6807261.

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

Color convert

RGB221222103-
CMYK0.0000.540.13
HSL60.5º64.32%63.73%-
HSV(B)60.5º53.6%87.06%-
XYZ58.3968.5922.99-
YUV208.1368.67137.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 103 (40.62% from 255) = 18.86%
R=40.48%
G=40.66%
B=18.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221030.0000.540.1360.564.3263.73
HexDDDE670036D3d4040
Octal33533614700661575100100
Binary1101110111011110110011100110110110111110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE67; }

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

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

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

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

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

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

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

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