#DCDA68

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

Shades of Goldenrod #DCDA68

Tints of Goldenrod #DCDA68

Color information

#DCDA68 (or 0xDCDA68) is unknown color: approx Goldenrod. HEX triplet: DC, DA and 68. RGB value is (220,218,104). Sum of RGB (Red+Green+Blue) = 220+218+104=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA68 is #232597. Grayscale: #CECECE. Windows color (decimal): -2303384 or 6871772. OLE color: 6871772.

HSL color Cylindrical-coordinate representation of color #DCDA68: hue angle of 58.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCDA68 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220218104-
CMYK00.010.530.14
HSL58.97º62.37%63.53%-
HSV(B)58.97º52.73%86.27%-
XYZ57.0966.3622.9-
YUV205.670.66138.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=40.59%
G=40.22%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021810400.010.530.1458.9762.3763.53
HexDCDA680135E3b3e40
Octal3343321500165167376100
Binary110111001101101011010000111010111101110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA68; }

 p { color: rgb(220,218,104); }

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

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

 a { background-color: rgb(220,218,104); }

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

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

 span { border-color: rgb(220,218,104); }

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