#DADC77

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

Shades of Goldenrod #DADC77

Tints of Goldenrod #DADC77

Color information

#DADC77 (or 0xDADC77) is unknown color: approx Goldenrod. HEX triplet: DA, DC and 77. RGB value is (218,220,119). Sum of RGB (Red+Green+Blue) = 218+220+119=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC77 is #252388. Grayscale: #D0D0D0. Windows color (decimal): -2433929 or 7855322. OLE color: 7855322.

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

Color convert

RGB218220119-
CMYK0.0100.460.14
HSL61.19º59.06%66.47%-
HSV(B)61.19º45.91%86.27%-
XYZ57.8467.4227.42-
YUV207.8977.84135.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 119 (46.88% from 255) = 21.36%
R=39.14%
G=39.50%
B=21.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201190.0100.460.1461.1959.0666.47
HexDADC77102EE3d3b42
Octal3323341671056167573102
Binary110110101101110011101111010111011101111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC77; }

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

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

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

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

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

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

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

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