#D6CF72

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

Shades of Goldenrod #D6CF72

Tints of Goldenrod #D6CF72

Color information

#D6CF72 (or 0xD6CF72) is unknown color: approx Goldenrod. HEX triplet: D6, CF and 72. RGB value is (214,207,114). Sum of RGB (Red+Green+Blue) = 214+207+114=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF72 is #29308D. Grayscale: #C6C6C6. Windows color (decimal): -2699406 or 7524310. OLE color: 7524310.

HSL color Cylindrical-coordinate representation of color #D6CF72: hue angle of 55.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6CF72 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214207114-
CMYK00.030.470.16
HSL55.8º54.95%64.31%-
HSV(B)55.8º46.73%83.92%-
XYZ53.0860.1424.73-
YUV198.4980.32139.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 114 (44.92% from 255) = 21.31%
R=40%
G=38.69%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420711400.030.470.1655.854.9564.31
HexD6CF72032F10383740
Octal3263171620357207067100
Binary11010110110011111110010011101111100001110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CF72; }

 p { color: rgb(214,207,114); }

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

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

 a { background-color: rgb(214,207,114); }

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

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

 span { border-color: rgb(214,207,114); }

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