#DFDD6D

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

Shades of Goldenrod #DFDD6D

Tints of Goldenrod #DFDD6D

Color information

#DFDD6D (or 0xDFDD6D) is unknown color: approx Goldenrod. HEX triplet: DF, DD and 6D. RGB value is (223,221,109). Sum of RGB (Red+Green+Blue) = 223+221+109=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD6D is #202292. Grayscale: #D1D1D1. Windows color (decimal): -2106003 or 7200223. OLE color: 7200223.

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

Color convert

RGB223221109-
CMYK00.010.510.13
HSL58.95º64.04%65.1%-
HSV(B)58.95º51.12%87.45%-
XYZ59.0568.5124.58-
YUV208.8371.66138.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 109 (42.97% from 255) = 19.71%
R=40.33%
G=39.96%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322110900.010.510.1358.9564.0465.1
HexDFDD6D0133D3b4041
Octal33733515501631573100101
Binary1101111111011101110110101110011110111101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD6D; }

 p { color: rgb(223,221,109); }

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

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

 a { background-color: rgb(223,221,109); }

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

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

 span { border-color: rgb(223,221,109); }

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