#D8D568

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

Shades of Goldenrod #D8D568

Tints of Goldenrod #D8D568

Color information

#D8D568 (or 0xD8D568) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 68. RGB value is (216,213,104). Sum of RGB (Red+Green+Blue) = 216+213+104=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D568 is #272A97. Grayscale: #C9C9C9. Windows color (decimal): -2566808 or 6870488. OLE color: 6870488.

HSL color Cylindrical-coordinate representation of color #D8D568: hue angle of 58.39º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8D568 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216213104-
CMYK00.010.520.15
HSL58.39º58.95%62.75%-
HSV(B)58.39º51.85%84.71%-
XYZ54.6163.1922.41-
YUV201.4772.99138.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=40.53%
G=39.96%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621310400.010.520.1558.3958.9562.75
HexD8D5680134F3a3b3f
Octal330325150016417727377
Binary11011000110101011101000011101001111111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D568; }

 p { color: rgb(216,213,104); }

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

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

 a { background-color: rgb(216,213,104); }

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

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

 span { border-color: rgb(216,213,104); }

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