#D8D36B

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

Shades of Goldenrod #D8D36B

Tints of Goldenrod #D8D36B

Color information

#D8D36B (or 0xD8D36B) is unknown color: approx Goldenrod. HEX triplet: D8, D3 and 6B. RGB value is (216,211,107). Sum of RGB (Red+Green+Blue) = 216+211+107=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D36B is #272C94. Grayscale: #C9C9C9. Windows color (decimal): -2567317 or 7066584. OLE color: 7066584.

HSL color Cylindrical-coordinate representation of color #D8D36B: hue angle of 57.25º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8D36B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216211107-
CMYK00.020.500.15
HSL57.25º58.29%63.33%-
HSV(B)57.25º50.46%84.71%-
XYZ54.2762.2523.07-
YUV200.6475.16138.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 107 (42.19% from 255) = 20.04%
R=40.45%
G=39.51%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621110700.020.500.1557.2558.2963.33
HexD8D36B0232F393a3f
Octal330323153026217717277
Binary110110001101001111010110101100101111111001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D36B; }

 p { color: rgb(216,211,107); }

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

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

 a { background-color: rgb(216,211,107); }

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

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

 span { border-color: rgb(216,211,107); }

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