#CFD86A

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

Shades of Goldenrod #CFD86A

Tints of Goldenrod #CFD86A

Color information

#CFD86A (or 0xCFD86A) is unknown color: approx Goldenrod. HEX triplet: CF, D8 and 6A. RGB value is (207,216,106). Sum of RGB (Red+Green+Blue) = 207+216+106=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD86A is #302795. Grayscale: #C9C9C9. Windows color (decimal): -3155862 or 7002319. OLE color: 7002319.

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

Color convert

RGB207216106-
CMYK0.0400.510.15
HSL64.91º58.51%63.14%-
HSV(B)64.91º50.93%84.71%-
XYZ52.8963.4223.09-
YUV200.7774.52132.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=39.13%
G=40.83%
B=20.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161060.0400.510.1564.9158.5163.14
HexCFD86A4033F413b3f
Octal3173301524063171017377
Binary11001111110110001101010100011001111111000001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD86A; }

 p { color: rgb(207,216,106); }

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

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

 a { background-color: rgb(207,216,106); }

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

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

 span { border-color: rgb(207,216,106); }

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