#D7CE68

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

Shades of Goldenrod #D7CE68

Tints of Goldenrod #D7CE68

Color information

#D7CE68 (or 0xD7CE68) is unknown color: approx Goldenrod. HEX triplet: D7, CE and 68. RGB value is (215,206,104). Sum of RGB (Red+Green+Blue) = 215+206+104=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE68 is #283197. Grayscale: #C5C5C5. Windows color (decimal): -2634136 or 6868695. OLE color: 6868695.

HSL color Cylindrical-coordinate representation of color #D7CE68: hue angle of 55.14º 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 #D7CE68 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215206104-
CMYK00.040.520.16
HSL55.14º58.12%62.55%-
HSV(B)55.14º51.63%84.31%-
XYZ52.5959.5921.83-
YUV197.0675.48140.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 104 (41.02% from 255) = 19.81%
R=40.95%
G=39.24%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520610400.040.520.1655.1458.1262.55
HexD7CE68043410373a3f
Octal327316150046420677277
Binary11010111110011101101000010011010010000110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE68; }

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

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

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

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

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

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

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

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