#D6D378

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

Shades of Goldenrod #D6D378

Tints of Goldenrod #D6D378

Color information

#D6D378 (or 0xD6D378) is unknown color: approx Goldenrod. HEX triplet: D6, D3 and 78. RGB value is (214,211,120). Sum of RGB (Red+Green+Blue) = 214+211+120=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D378 is #292C87. Grayscale: #C9C9C9. Windows color (decimal): -2698376 or 7918550. OLE color: 7918550.

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

Color convert

RGB214211120-
CMYK00.010.440.16
HSL58.09º53.41%65.49%-
HSV(B)58.09º43.93%83.92%-
XYZ54.4262.2426.91-
YUV201.5281.99136.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 120 (47.27% from 255) = 22.02%
R=39.27%
G=38.72%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421112000.010.440.1658.0953.4165.49
HexD6D378012C103a3541
Octal3263231700154207265101
Binary1101011011010011111100001101100100001110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D378; }

 p { color: rgb(214,211,120); }

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

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

 a { background-color: rgb(214,211,120); }

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

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

 span { border-color: rgb(214,211,120); }

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