#CFD46A

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

Shades of Goldenrod #CFD46A

Tints of Goldenrod #CFD46A

Color information

#CFD46A (or 0xCFD46A) is unknown color: approx Goldenrod. HEX triplet: CF, D4 and 6A. RGB value is (207,212,106). Sum of RGB (Red+Green+Blue) = 207+212+106=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD46A is #302B95. Grayscale: #C6C6C6. Windows color (decimal): -3156886 or 7001295. OLE color: 7001295.

HSL color Cylindrical-coordinate representation of color #CFD46A: hue angle of 62.83º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD46A is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB207212106-
CMYK0.0200.50.17
HSL62.83º55.21%62.35%-
HSV(B)62.83º50%83.14%-
XYZ51.8861.3922.75-
YUV198.4275.84134.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 212 (83.20% from 255) = 40.38%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=39.43%
G=40.38%
B=20.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121060.0200.50.1762.8355.2162.35
HexCFD46A2032113f373e
Octal317324152206221776776
Binary1100111111010100110101010011001010001111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD46A; }

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

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

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

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

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

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

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

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