#DCDA6A

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

Shades of Goldenrod #DCDA6A

Tints of Goldenrod #DCDA6A

Color information

#DCDA6A (or 0xDCDA6A) is unknown color: approx Goldenrod. HEX triplet: DC, DA and 6A. RGB value is (220,218,106). Sum of RGB (Red+Green+Blue) = 220+218+106=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA6A is #232595. Grayscale: #CECECE. Windows color (decimal): -2303382 or 7002844. OLE color: 7002844.

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

Color convert

RGB220218106-
CMYK00.010.520.14
HSL58.95º61.96%63.92%-
HSV(B)58.95º51.82%86.27%-
XYZ57.1966.423.44-
YUV205.8371.66138.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=40.44%
G=40.07%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021810600.010.520.1458.9561.9663.92
HexDCDA6A0134E3b3e40
Octal3343321520164167376100
Binary110111001101101011010100111010011101110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA6A; }

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

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

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

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

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

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

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

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