#D7CF6C

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

Shades of Goldenrod #D7CF6C

Tints of Goldenrod #D7CF6C

Color information

#D7CF6C (or 0xD7CF6C) is unknown color: approx Goldenrod. HEX triplet: D7, CF and 6C. RGB value is (215,207,108). Sum of RGB (Red+Green+Blue) = 215+207+108=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF6C is #283093. Grayscale: #C6C6C6. Windows color (decimal): -2633876 or 7131095. OLE color: 7131095.

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

Color convert

RGB215207108-
CMYK00.040.500.16
HSL55.51º57.22%63.33%-
HSV(B)55.51º49.77%84.31%-
XYZ53.0460.1623-
YUV198.1177.15140.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=40.57%
G=39.06%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520710800.040.500.1655.5157.2263.33
HexD7CF6C04321038393f
Octal327317154046220707177
Binary11010111110011111101100010011001010000111000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CF6C; }

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

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

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

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

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

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

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

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