#D7CF69

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

Shades of Goldenrod #D7CF69

Tints of Goldenrod #D7CF69

Color information

#D7CF69 (or 0xD7CF69) is unknown color: approx Goldenrod. HEX triplet: D7, CF and 69. RGB value is (215,207,105). Sum of RGB (Red+Green+Blue) = 215+207+105=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF69 is #283096. Grayscale: #C6C6C6. Windows color (decimal): -2633879 or 6934487. OLE color: 6934487.

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

Color convert

RGB215207105-
CMYK00.040.510.16
HSL55.64º57.89%62.75%-
HSV(B)55.64º51.16%84.31%-
XYZ52.8960.0922.18-
YUV197.7675.65140.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=40.80%
G=39.28%
B=19.92%

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
Decimal21520710500.040.510.1655.6457.8962.75
HexD7CF69043310383a3f
Octal327317151046320707277
Binary11010111110011111101001010011001110000111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF69; }

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

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

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

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

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

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

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

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