#CFD962

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

Shades of Goldenrod #CFD962

Tints of Goldenrod #CFD962

Color information

#CFD962 (or 0xCFD962) is unknown color: approx Goldenrod. HEX triplet: CF, D9 and 62. RGB value is (207,217,98). Sum of RGB (Red+Green+Blue) = 207+217+98=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD962 is #30269D. Grayscale: #C8C8C8. Windows color (decimal): -3155614 or 6478287. OLE color: 6478287.

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

Color convert

RGB20721798-
CMYK0.0500.550.15
HSL65.04º61.03%61.76%-
HSV(B)65.04º54.84%85.1%-
XYZ52.7563.7721.08-
YUV200.4470.19132.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 98 (38.67% from 255) = 18.77%
R=39.66%
G=41.57%
B=18.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207217980.0500.550.1565.0461.0361.76
HexCFD9625037F413d3e
Octal3173311425067171017576
Binary11001111110110011100010101011011111111000001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD962; }

 p { color: rgb(207,217,98); }

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

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

 a { background-color: rgb(207,217,98); }

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

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

 span { border-color: rgb(207,217,98); }

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