#DADC7A

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

Shades of Goldenrod #DADC7A

Tints of Goldenrod #DADC7A

Color information

#DADC7A (or 0xDADC7A) is unknown color: approx Goldenrod. HEX triplet: DA, DC and 7A. RGB value is (218,220,122). Sum of RGB (Red+Green+Blue) = 218+220+122=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7A is #252385. Grayscale: #D0D0D0. Windows color (decimal): -2433926 or 8051930. OLE color: 8051930.

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

Color convert

RGB218220122-
CMYK0.0100.450.14
HSL61.22º58.33%67.06%-
HSV(B)61.22º44.55%86.27%-
XYZ58.0267.528.38-
YUV208.2379.34134.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=38.93%
G=39.29%
B=21.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201220.0100.450.1461.2258.3367.06
HexDADC7A102DE3d3a43
Octal3323341721055167572103
Binary110110101101110011110101010110111101111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC7A; }

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

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

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

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

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

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

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

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