#DADC81

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

Shades of Goldenrod #DADC81

Tints of Goldenrod #DADC81

Color information

#DADC81 (or 0xDADC81) is unknown color: approx Goldenrod. HEX triplet: DA, DC and 81. RGB value is (218,220,129). Sum of RGB (Red+Green+Blue) = 218+220+129=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC81 is #25237E. Grayscale: #D1D1D1. Windows color (decimal): -2433919 or 8510682. OLE color: 8510682.

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

Color convert

RGB218220129-
CMYK0.0100.410.14
HSL61.32º56.52%68.43%-
HSV(B)61.32º41.36%86.27%-
XYZ58.4767.6830.75-
YUV209.0382.84134.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=38.45%
G=38.80%
B=22.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201290.0100.410.1461.3256.5268.43
HexDADC811029E3d3944
Octal3323342011051167571104
Binary1101101011011100100000011010100111101111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC81; }

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

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

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

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

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

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

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

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