#D6D768

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

Shades of Goldenrod #D6D768

Tints of Goldenrod #D6D768

Color information

#D6D768 (or 0xD6D768) is unknown color: approx Goldenrod. HEX triplet: D6, D7 and 68. RGB value is (214,215,104). Sum of RGB (Red+Green+Blue) = 214+215+104=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D768 is #292897. Grayscale: #CACACA. Windows color (decimal): -2697368 or 6870998. OLE color: 6870998.

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

Color convert

RGB214215104-
CMYK0.0000.520.16
HSL60.54º58.12%62.55%-
HSV(B)60.54º51.63%84.31%-
XYZ54.5363.922.56-
YUV202.0572.67136.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=40.15%
G=40.34%
B=19.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151040.0000.520.1660.5458.1262.55
HexD6D7680034103d3a3f
Octal326327150006420757277
Binary110101101101011111010000011010010000111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D768; }

 p { color: rgb(214,215,104); }

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

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

 a { background-color: rgb(214,215,104); }

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

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

 span { border-color: rgb(214,215,104); }

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