#DFDC6B

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

Shades of Goldenrod #DFDC6B

Tints of Goldenrod #DFDC6B

Color information

#DFDC6B (or 0xDFDC6B) is unknown color: approx Goldenrod. HEX triplet: DF, DC and 6B. RGB value is (223,220,107). Sum of RGB (Red+Green+Blue) = 223+220+107=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC6B is #202394. Grayscale: #D0D0D0. Windows color (decimal): -2106261 or 7068895. OLE color: 7068895.

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

Color convert

RGB223220107-
CMYK00.010.520.13
HSL58.45º64.44%64.71%-
HSV(B)58.45º52.02%87.45%-
XYZ58.6867.9423.93-
YUV208.0270.99138.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 19.45%
R=40.55%
G=40%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322010700.010.520.1358.4564.4464.71
HexDFDC6B0134D3a4041
Octal33733415301641572100101
Binary1101111111011100110101101110100110111101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC6B; }

 p { color: rgb(223,220,107); }

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

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

 a { background-color: rgb(223,220,107); }

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

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

 span { border-color: rgb(223,220,107); }

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