#DFDD7E

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

Shades of Goldenrod #DFDD7E

Tints of Goldenrod #DFDD7E

Color information

#DFDD7E (or 0xDFDD7E) is unknown color: approx Goldenrod. HEX triplet: DF, DD and 7E. RGB value is (223,221,126). Sum of RGB (Red+Green+Blue) = 223+221+126=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD7E is #202281. Grayscale: #D3D3D3. Windows color (decimal): -2105986 or 8314335. OLE color: 8314335.

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

Color convert

RGB223221126-
CMYK00.010.430.13
HSL58.76º60.25%68.43%-
HSV(B)58.76º43.5%87.45%-
XYZ60.0568.9129.87-
YUV210.7780.16136.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 126 (49.61% from 255) = 22.11%
R=39.12%
G=38.77%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322112600.010.430.1358.7660.2568.43
HexDFDD7E012BD3b3c44
Octal3373351760153157374104
Binary110111111101110111111100110101111011110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD7E; }

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

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

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

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

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

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

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

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