#D7CE69

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

Shades of Goldenrod #D7CE69

Tints of Goldenrod #D7CE69

Color information

#D7CE69 (or 0xD7CE69) is unknown color: approx Goldenrod. HEX triplet: D7, CE and 69. RGB value is (215,206,105). Sum of RGB (Red+Green+Blue) = 215+206+105=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE69 is #283196. Grayscale: #C5C5C5. Windows color (decimal): -2634135 or 6934231. OLE color: 6934231.

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

Color convert

RGB215206105-
CMYK00.040.510.16
HSL55.09º57.89%62.75%-
HSV(B)55.09º51.16%84.31%-
XYZ52.6559.6122.1-
YUV197.1875.98140.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=40.87%
G=39.16%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520610500.040.510.1655.0957.8962.75
HexD7CE69043310373a3f
Octal327316151046320677277
Binary11010111110011101101001010011001110000110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE69; }

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

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

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

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

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

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

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

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