#CFDA5F

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

Shades of Goldenrod #CFDA5F

Tints of Goldenrod #CFDA5F

Color information

#CFDA5F (or 0xCFDA5F) is unknown color: approx Goldenrod. HEX triplet: CF, DA and 5F. RGB value is (207,218,95). Sum of RGB (Red+Green+Blue) = 207+218+95=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA5F is #3025A0. Grayscale: #C9C9C9. Windows color (decimal): -3155361 or 6281935. OLE color: 6281935.

HSL color Cylindrical-coordinate representation of color #CFDA5F: hue angle of 65.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFDA5F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB20721895-
CMYK0.0500.560.15
HSL65.37º62.44%61.37%-
HSV(B)65.37º56.42%85.49%-
XYZ52.8764.2320.44-
YUV200.6968.36132.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=39.81%
G=41.92%
B=18.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207218950.0500.560.1565.3762.4461.37
HexCFDA5F5038F413e3d
Octal3173321375070171017675
Binary11001111110110101011111101011100011111000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA5F; }

 p { color: rgb(207,218,95); }

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

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

 a { background-color: rgb(207,218,95); }

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

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

 span { border-color: rgb(207,218,95); }

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