#DADC7D

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

Shades of Goldenrod #DADC7D

Tints of Goldenrod #DADC7D

Color information

#DADC7D (or 0xDADC7D) is unknown color: approx Goldenrod. HEX triplet: DA, DC and 7D. RGB value is (218,220,125). Sum of RGB (Red+Green+Blue) = 218+220+125=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7D is #252382. Grayscale: #D0D0D0. Windows color (decimal): -2433923 or 8248538. OLE color: 8248538.

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

Color convert

RGB218220125-
CMYK0.0100.430.14
HSL61.26º57.58%67.65%-
HSV(B)61.26º43.18%86.27%-
XYZ58.2167.5729.38-
YUV208.5780.84134.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=38.72%
G=39.08%
B=22.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201250.0100.430.1461.2657.5867.65
HexDADC7D102BE3d3a44
Octal3323341751053167572104
Binary110110101101110011111011010101111101111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC7D; }

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

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

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

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

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

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

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

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