#DFDA6B

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

Shades of Goldenrod #DFDA6B

Tints of Goldenrod #DFDA6B

Color information

#DFDA6B (or 0xDFDA6B) is unknown color: approx Goldenrod. HEX triplet: DF, DA and 6B. RGB value is (223,218,107). Sum of RGB (Red+Green+Blue) = 223+218+107=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA6B is #202594. Grayscale: #CFCFCF. Windows color (decimal): -2106773 or 7068383. OLE color: 7068383.

HSL color Cylindrical-coordinate representation of color #DFDA6B: hue angle of 57.41º 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 #DFDA6B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223218107-
CMYK00.020.520.13
HSL57.41º64.44%64.71%-
HSV(B)57.41º52.02%87.45%-
XYZ58.1666.8923.76-
YUV206.8471.66139.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 107 (42.19% from 255) = 19.53%
R=40.69%
G=39.78%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321810700.020.520.1357.4164.4464.71
HexDFDA6B0234D394041
Octal33733215302641571100101
Binary11011111110110101101011010110100110111100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA6B; }

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

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

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

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

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

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

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

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