#D6D574

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

Shades of Goldenrod #D6D574

Tints of Goldenrod #D6D574

Color information

#D6D574 (or 0xD6D574) is unknown color: approx Goldenrod. HEX triplet: D6, D5 and 74. RGB value is (214,213,116). Sum of RGB (Red+Green+Blue) = 214+213+116=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D574 is #292A8B. Grayscale: #CACACA. Windows color (decimal): -2697868 or 7656918. OLE color: 7656918.

HSL color Cylindrical-coordinate representation of color #D6D574: hue angle of 59.39º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6D574 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214213116-
CMYK00.000.460.16
HSL59.39º54.44%64.71%-
HSV(B)59.39º45.79%83.92%-
XYZ54.6863.1525.83-
YUV202.2479.33136.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 116 (45.70% from 255) = 21.36%
R=39.41%
G=39.23%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421311600.000.460.1659.3954.4464.71
HexD6D574002E103b3641
Octal3263251640056207366101
Binary1101011011010101111010000101110100001110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D574; }

 p { color: rgb(214,213,116); }

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

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

 a { background-color: rgb(214,213,116); }

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

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

 span { border-color: rgb(214,213,116); }

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